Html Css Color HEX #CC8366 Burning Sand

📋 copy color: '#CC8366'

red 204 ◦ green 131 ◦ blue 102

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

Shades of Burning Sand #CC8366

Tints of Burning Sand #CC8366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.98%

 BLUE value IS 102 (40.23% from 255) = 23.34%

R = 46.68%
G = 29.98%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC8366 (or 0xCC8366) is known color: Burning Sand. HEX triplet: CC, 83 and 66. RGB value is (204,131,102). Sum of RGB (Red+Green+Blue) = 204+131+102=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8366 is #337C99. Grayscale: #959595. Windows color (decimal): -3374234 or 6718412. OLE color: 6718412.

HSL color Cylindrical-coordinate representation of color #CC8366: hue angle of 17.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC8366 is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 102 -
CMYK 0 0.36 0.5 0.2
HSL 17.06º 0.5% 0.6% -
HSV(B) 17.06º 0.5% 0.8% -
XYZ 35.42 30.03 16.5 -
YUV 149.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 204 131 102 0 0.36 0.5 0.2 17.06 0.5 0.6
Hex CC 83 66 0 24 32 14 11 32 3C
Octal 314 203 146 0 44 62 24 21 62 74
Binary 11001100 10000011 1100110 0 100100 110010 10100 10001 110010 111100

Color Harmonies of #CC8366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8366

Black with #CC8366

Text Example


Text Example

White with #CC8366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8366; }

 p { color: rgb(204,131,102); }

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

background-color css

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

 a { background-color: rgb(204,131,102); }

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

border-color css

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

 span { border-color: rgb(204,131,102); }

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