Html Css Color HEX #CC8059 Burning Sand

📋 copy color: '#CC8059'

red 204 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #CC8059

Tints of Burning Sand #CC8059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.14%

R = 48.46%
G = 30.4%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC8059 (or 0xCC8059) is known color: Burning Sand. HEX triplet: CC, 80 and 59. RGB value is (204,128,89). Sum of RGB (Red+Green+Blue) = 204+128+89=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8059 is #337FA6. Grayscale: #929292. Windows color (decimal): -3375015 or 5865676. OLE color: 5865676.

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

Color convert

RGB 204 128 89 -
CMYK 0 0.37 0.56 0.2
HSL 20.35º 0.53% 0.57% -
HSV(B) 20.35º 0.56% 0.8% -
XYZ 34.42 29 13.23 -
YUV 146.28 95.68 169.17 -
System Red Green Blue C M Y K H S L
Decimal 204 128 89 0 0.37 0.56 0.2 20.35 0.53 0.57
Hex CC 80 59 0 25 38 14 14 35 39
Octal 314 200 131 0 45 70 24 24 65 71
Binary 11001100 10000000 1011001 0 100101 111000 10100 10100 110101 111001

Color Harmonies of #CC8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8059

Black with #CC8059

Text Example


Text Example

White with #CC8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8059; }

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

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

background-color css

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

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

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

border-color css

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

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

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