Html Css Color HEX #CC8159 Burning Sand

📋 copy color: '#CC8159'

red 204 ◦ green 129 ◦ blue 89

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

Shades of Burning Sand #CC8159

Tints of Burning Sand #CC8159

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

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

R = 48.34%
G = 30.57%
B = 21.09%

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

#CC8159 (or 0xCC8159) is known color: Burning Sand. HEX triplet: CC, 81 and 59. RGB value is (204,129,89). Sum of RGB (Red+Green+Blue) = 204+129+89=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8159 is #337EA6. Grayscale: #939393. Windows color (decimal): -3374759 or 5865932. OLE color: 5865932.

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

Color convert

RGB 204 129 89 -
CMYK 0 0.37 0.56 0.2
HSL 20.87º 0.53% 0.57% -
HSV(B) 20.87º 0.56% 0.8% -
XYZ 34.56 29.26 13.28 -
YUV 146.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 204 129 89 0 0.37 0.56 0.2 20.87 0.53 0.57
Hex CC 81 59 0 25 38 14 15 35 39
Octal 314 201 131 0 45 70 24 25 65 71
Binary 11001100 10000001 1011001 0 100101 111000 10100 10101 110101 111001

Color Harmonies of #CC8159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8159

Black with #CC8159

Text Example


Text Example

White with #CC8159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8159; }

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

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

background-color css

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

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

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

border-color css

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

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

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