Html Css Color HEX #CC8359 Burning Sand

📋 copy color: '#CC8359'

red 204 ◦ green 131 ◦ blue 89

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

Shades of Burning Sand #CC8359

Tints of Burning Sand #CC8359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

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

R = 48.11%
G = 30.9%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC8359 (or 0xCC8359) is known color: Burning Sand. HEX triplet: CC, 83 and 59. RGB value is (204,131,89). Sum of RGB (Red+Green+Blue) = 204+131+89=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8359 is #337CA6. Grayscale: #949494. Windows color (decimal): -3374247 or 5866444. OLE color: 5866444.

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

Color convert

RGB 204 131 89 -
CMYK 0 0.36 0.56 0.2
HSL 21.91º 0.53% 0.57% -
HSV(B) 21.91º 0.56% 0.8% -
XYZ 34.82 29.79 13.37 -
YUV 148.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 204 131 89 0 0.36 0.56 0.2 21.91 0.53 0.57
Hex CC 83 59 0 24 38 14 16 35 39
Octal 314 203 131 0 44 70 24 26 65 71
Binary 11001100 10000011 1011001 0 100100 111000 10100 10110 110101 111001

Color Harmonies of #CC8359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8359

Black with #CC8359

Text Example


Text Example

White with #CC8359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8359; }

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

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

background-color css

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

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

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

border-color css

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

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

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