Html Css Color HEX #C89472 Feldspar

📋 copy color: '#C89472'

red 200 ◦ green 148 ◦ blue 114

#C89472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #C89472

Tints of Feldspar #C89472

RGB

 RED value IS 200 (78.52% from 255) = 43.29%

 GREEN value IS 148 (58.2% from 255) = 32.03%

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 43.29%
G = 32.03%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C89472 (or 0xC89472) is known color: Feldspar. HEX triplet: C8, 94 and 72. RGB value is (200,148,114). Sum of RGB (Red+Green+Blue) = 200+148+114=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C89472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89472 is #376B8D. Grayscale: #9F9F9F. Windows color (decimal): -3632014 or 7509192. OLE color: 7509192.

HSL color Cylindrical-coordinate representation of color #C89472: hue angle of 23.72º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C89472 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 148 114 -
CMYK 0 0.26 0.43 0.22
HSL 23.72º 0.44% 0.62% -
HSV(B) 23.72º 0.43% 0.78% -
XYZ 37.45 34.67 20.64 -
YUV 159.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 200 148 114 0 0.26 0.43 0.22 23.72 0.44 0.62
Hex C8 94 72 0 1A 2B 16 18 2C 3E
Octal 310 224 162 0 32 53 26 30 54 76
Binary 11001000 10010100 1110010 0 11010 101011 10110 11000 101100 111110

Color Harmonies of #C89472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89472

Black with #C89472

Text Example


Text Example

White with #C89472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89472; }

 p { color: rgb(200,148,114); }

 H1.HeaderClassName
 {
   color: #C89472;
 }
 .AnyTagClassName
 {
   color: #C89472;
 }
</style>

background-color css

<style>
 a { background-color: #C89472; }

 a { background-color: rgb(200,148,114); }

 div.DivClassName
 {
   background-color: #C89472;
 }
 .BgClassName
 {
   background-color: #C89472;
 }
</style>

border-color css

<style>
 span { border-color: #C89472; }

 span { border-color: rgb(200,148,114); }

 td.TdClassName
 {
   border-color: #C89472;
 }
 .TagClassName
 {
   border-color: #C89472;
 }
</style>