Html Css Color HEX #CC866A Burning Sand

📋 copy color: '#CC866A'

red 204 ◦ green 134 ◦ blue 106

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

Shades of Burning Sand #CC866A

Tints of Burning Sand #CC866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.87%

R = 45.95%
G = 30.18%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC866A (or 0xCC866A) is known color: Burning Sand. HEX triplet: CC, 86 and 6A. RGB value is (204,134,106). Sum of RGB (Red+Green+Blue) = 204+134+106=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC866A is #337995. Grayscale: #979797. Windows color (decimal): -3373462 or 6981324. OLE color: 6981324.

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

Color convert

RGB 204 134 106 -
CMYK 0 0.34 0.48 0.2
HSL 17.14º 0.49% 0.61% -
HSV(B) 17.14º 0.48% 0.8% -
XYZ 36.03 30.93 17.71 -
YUV 151.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 204 134 106 0 0.34 0.48 0.2 17.14 0.49 0.61
Hex CC 86 6A 0 22 30 14 11 31 3D
Octal 314 206 152 0 42 60 24 21 61 75
Binary 11001100 10000110 1101010 0 100010 110000 10100 10001 110001 111101

Color Harmonies of #CC866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC866A

Black with #CC866A

Text Example


Text Example

White with #CC866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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