Html Css Color HEX #CC866F Burning Sand

📋 copy color: '#CC866F'

red 204 ◦ green 134 ◦ blue 111

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

Shades of Burning Sand #CC866F

Tints of Burning Sand #CC866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.84%

 BLUE value IS 111 (43.75% from 255) = 24.72%

R = 45.43%
G = 29.84%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC866F (or 0xCC866F) is known color: Burning Sand. HEX triplet: CC, 86 and 6F. RGB value is (204,134,111). Sum of RGB (Red+Green+Blue) = 204+134+111=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC866F is #337990. Grayscale: #989898. Windows color (decimal): -3373457 or 7309004. OLE color: 7309004.

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

Color convert

RGB 204 134 111 -
CMYK 0 0.34 0.46 0.2
HSL 14.84º 0.48% 0.62% -
HSV(B) 14.84º 0.46% 0.8% -
XYZ 36.3 31.04 19.12 -
YUV 152.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 204 134 111 0 0.34 0.46 0.2 14.84 0.48 0.62
Hex CC 86 6F 0 22 2E 14 F 30 3E
Octal 314 206 157 0 42 56 24 17 60 76
Binary 11001100 10000110 1101111 0 100010 101110 10100 1111 110000 111110

Color Harmonies of #CC866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC866F

Black with #CC866F

Text Example


Text Example

White with #CC866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC866F; }

 p { color: rgb(204,134,111); }

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

background-color css

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

 a { background-color: rgb(204,134,111); }

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

border-color css

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

 span { border-color: rgb(204,134,111); }

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