Html Css Color HEX #CC855C Burning Sand

📋 copy color: '#CC855C'

red 204 ◦ green 133 ◦ blue 92

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

Shades of Burning Sand #CC855C

Tints of Burning Sand #CC855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 92 (36.33% from 255) = 21.45%

R = 47.55%
G = 31%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC855C (or 0xCC855C) is known color: Burning Sand. HEX triplet: CC, 85 and 5C. RGB value is (204,133,92). Sum of RGB (Red+Green+Blue) = 204+133+92=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC855C is #337AA3. Grayscale: #959595. Windows color (decimal): -3373732 or 6063564. OLE color: 6063564.

HSL color Cylindrical-coordinate representation of color #CC855C: hue angle of 21.96º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC855C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 92 -
CMYK 0 0.35 0.55 0.2
HSL 21.96º 0.52% 0.58% -
HSV(B) 21.96º 0.55% 0.8% -
XYZ 35.22 30.39 14.13 -
YUV 149.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 204 133 92 0 0.35 0.55 0.2 21.96 0.52 0.58
Hex CC 85 5C 0 23 37 14 16 34 3A
Octal 314 205 134 0 43 67 24 26 64 72
Binary 11001100 10000101 1011100 0 100011 110111 10100 10110 110100 111010

Color Harmonies of #CC855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC855C

Black with #CC855C

Text Example


Text Example

White with #CC855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC855C; }

 p { color: rgb(204,133,92); }

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

background-color css

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

 a { background-color: rgb(204,133,92); }

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

border-color css

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

 span { border-color: rgb(204,133,92); }

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