Html Css Color HEX #CC866D Burning Sand

📋 copy color: '#CC866D'

red 204 ◦ green 134 ◦ blue 109

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

Shades of Burning Sand #CC866D

Tints of Burning Sand #CC866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 45.64%
G = 29.98%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC866D (or 0xCC866D) is known color: Burning Sand. HEX triplet: CC, 86 and 6D. RGB value is (204,134,109). Sum of RGB (Red+Green+Blue) = 204+134+109=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC866D is #337992. Grayscale: #989898. Windows color (decimal): -3373459 or 7177932. OLE color: 7177932.

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

Color convert

RGB 204 134 109 -
CMYK 0 0.34 0.47 0.2
HSL 15.79º 0.48% 0.61% -
HSV(B) 15.79º 0.47% 0.8% -
XYZ 36.19 30.99 18.54 -
YUV 152.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 204 134 109 0 0.34 0.47 0.2 15.79 0.48 0.61
Hex CC 86 6D 0 22 2F 14 10 30 3D
Octal 314 206 155 0 42 57 24 20 60 75
Binary 11001100 10000110 1101101 0 100010 101111 10100 10000 110000 111101

Color Harmonies of #CC866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC866D

Black with #CC866D

Text Example


Text Example

White with #CC866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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