Html Css Color HEX #CC805E Burning Sand

📋 copy color: '#CC805E'

red 204 ◦ green 128 ◦ blue 94

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

Shades of Burning Sand #CC805E

Tints of Burning Sand #CC805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.05%

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 47.89%
G = 30.05%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC805E (or 0xCC805E) is known color: Burning Sand. HEX triplet: CC, 80 and 5E. RGB value is (204,128,94). Sum of RGB (Red+Green+Blue) = 204+128+94=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC805E is #337FA1. Grayscale: #939393. Windows color (decimal): -3375010 or 6193356. OLE color: 6193356.

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

Color convert

RGB 204 128 94 -
CMYK 0 0.37 0.54 0.2
HSL 18.55º 0.52% 0.58% -
HSV(B) 18.55º 0.54% 0.8% -
XYZ 34.64 29.08 14.38 -
YUV 146.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 204 128 94 0 0.37 0.54 0.2 18.55 0.52 0.58
Hex CC 80 5E 0 25 36 14 13 34 3A
Octal 314 200 136 0 45 66 24 23 64 72
Binary 11001100 10000000 1011110 0 100101 110110 10100 10011 110100 111010

Color Harmonies of #CC805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC805E

Black with #CC805E

Text Example


Text Example

White with #CC805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC805E; }

 p { color: rgb(204,128,94); }

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

background-color css

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

 a { background-color: rgb(204,128,94); }

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

border-color css

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

 span { border-color: rgb(204,128,94); }

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