Html Css Color HEX #C88972 Feldspar

📋 copy color: '#C88972'

red 200 ◦ green 137 ◦ blue 114

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

Shades of Feldspar #C88972

Tints of Feldspar #C88972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

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

R = 44.35%
G = 30.38%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C88972 (or 0xC88972) is known color: Feldspar. HEX triplet: C8, 89 and 72. RGB value is (200,137,114). Sum of RGB (Red+Green+Blue) = 200+137+114=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C88972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88972 is #37768D. Grayscale: #999999. Windows color (decimal): -3634830 or 7506376. OLE color: 7506376.

HSL color Cylindrical-coordinate representation of color #C88972: hue angle of 16.05º 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 #C88972 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 137 114 -
CMYK 0 0.32 0.43 0.22
HSL 16.05º 0.44% 0.62% -
HSV(B) 16.05º 0.43% 0.78% -
XYZ 35.8 31.39 20.09 -
YUV 153.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 200 137 114 0 0.32 0.43 0.22 16.05 0.44 0.62
Hex C8 89 72 0 20 2B 16 10 2C 3E
Octal 310 211 162 0 40 53 26 20 54 76
Binary 11001000 10001001 1110010 0 100000 101011 10110 10000 101100 111110

Color Harmonies of #C88972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88972

Black with #C88972

Text Example


Text Example

White with #C88972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88972; }

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

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

background-color css

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

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

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

border-color css

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

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

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