Html Css Color HEX #CC8057 Burning Sand

📋 copy color: '#CC8057'

red 204 ◦ green 128 ◦ blue 87

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

Shades of Burning Sand #CC8057

Tints of Burning Sand #CC8057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.76%

R = 48.69%
G = 30.55%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC8057 (or 0xCC8057) is known color: Burning Sand. HEX triplet: CC, 80 and 57. RGB value is (204,128,87). Sum of RGB (Red+Green+Blue) = 204+128+87=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8057 is #337FA8. Grayscale: #929292. Windows color (decimal): -3375017 or 5734604. OLE color: 5734604.

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

Color convert

RGB 204 128 87 -
CMYK 0 0.37 0.57 0.2
HSL 21.03º 0.53% 0.57% -
HSV(B) 21.03º 0.57% 0.8% -
XYZ 34.34 28.96 12.8 -
YUV 146.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 204 128 87 0 0.37 0.57 0.2 21.03 0.53 0.57
Hex CC 80 57 0 25 39 14 15 35 39
Octal 314 200 127 0 45 71 24 25 65 71
Binary 11001100 10000000 1010111 0 100101 111001 10100 10101 110101 111001

Color Harmonies of #CC8057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8057

Black with #CC8057

Text Example


Text Example

White with #CC8057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8057; }

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

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

background-color css

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

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

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

border-color css

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

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

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