Html Css Color HEX #CC8872 Feldspar

📋 copy color: '#CC8872'

red 204 ◦ green 136 ◦ blue 114

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

Shades of Feldspar #CC8872

Tints of Feldspar #CC8872

RGB

 RED value IS 204 (80.08% from 255) = 44.93%

 GREEN value IS 136 (53.52% from 255) = 29.96%

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

R = 44.93%
G = 29.96%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8872 (or 0xCC8872) is known color: Feldspar. HEX triplet: CC, 88 and 72. RGB value is (204,136,114). Sum of RGB (Red+Green+Blue) = 204+136+114=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8872 is #33778D. Grayscale: #999999. Windows color (decimal): -3372942 or 7506124. OLE color: 7506124.

HSL color Cylindrical-coordinate representation of color #CC8872: hue angle of 14.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC8872 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 114 -
CMYK 0 0.33 0.44 0.2
HSL 14.67º 0.47% 0.62% -
HSV(B) 14.67º 0.44% 0.8% -
XYZ 36.74 31.66 20.09 -
YUV 153.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 204 136 114 0 0.33 0.44 0.2 14.67 0.47 0.62
Hex CC 88 72 0 21 2C 14 F 2F 3E
Octal 314 210 162 0 41 54 24 17 57 76
Binary 11001100 10001000 1110010 0 100001 101100 10100 1111 101111 111110

Color Harmonies of #CC8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8872

Black with #CC8872

Text Example


Text Example

White with #CC8872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8872; }

 p { color: rgb(204,136,114); }

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

background-color css

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

 a { background-color: rgb(204,136,114); }

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

border-color css

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

 span { border-color: rgb(204,136,114); }

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