Html Css Color HEX #CC8559 Burning Sand

📋 copy color: '#CC8559'

red 204 ◦ green 133 ◦ blue 89

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

Shades of Burning Sand #CC8559

Tints of Burning Sand #CC8559

RGB

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

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

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

R = 47.89%
G = 31.22%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC8559 (or 0xCC8559) is known color: Burning Sand. HEX triplet: CC, 85 and 59. RGB value is (204,133,89). Sum of RGB (Red+Green+Blue) = 204+133+89=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8559 is #337AA6. Grayscale: #959595. Windows color (decimal): -3373735 or 5866956. OLE color: 5866956.

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

Color convert

RGB 204 133 89 -
CMYK 0 0.35 0.56 0.2
HSL 22.96º 0.53% 0.57% -
HSV(B) 22.96º 0.56% 0.8% -
XYZ 35.09 30.33 13.46 -
YUV 149.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 204 133 89 0 0.35 0.56 0.2 22.96 0.53 0.57
Hex CC 85 59 0 23 38 14 17 35 39
Octal 314 205 131 0 43 70 24 27 65 71
Binary 11001100 10000101 1011001 0 100011 111000 10100 10111 110101 111001

Color Harmonies of #CC8559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8559

Black with #CC8559

Text Example


Text Example

White with #CC8559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8559; }

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

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

background-color css

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

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

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

border-color css

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

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

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