Html Css Color HEX #CC805D Burning Sand

📋 copy color: '#CC805D'

red 204 ◦ green 128 ◦ blue 93

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

Shades of Burning Sand #CC805D

Tints of Burning Sand #CC805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 48%
G = 30.12%
B = 21.88%

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

#CC805D (or 0xCC805D) is known color: Burning Sand. HEX triplet: CC, 80 and 5D. RGB value is (204,128,93). Sum of RGB (Red+Green+Blue) = 204+128+93=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC805D is #337FA2. Grayscale: #929292. Windows color (decimal): -3375011 or 6127820. OLE color: 6127820.

HSL color Cylindrical-coordinate representation of color #CC805D: hue angle of 18.92º 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 #CC805D is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 93 -
CMYK 0 0.37 0.54 0.2
HSL 18.92º 0.52% 0.58% -
HSV(B) 18.92º 0.54% 0.8% -
XYZ 34.6 29.07 14.14 -
YUV 146.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 204 128 93 0 0.37 0.54 0.2 18.92 0.52 0.58
Hex CC 80 5D 0 25 36 14 13 34 3A
Octal 314 200 135 0 45 66 24 23 64 72
Binary 11001100 10000000 1011101 0 100101 110110 10100 10011 110100 111010

Color Harmonies of #CC805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC805D

Black with #CC805D

Text Example


Text Example

White with #CC805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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