Html Css Color HEX #CC8560 Burning Sand

📋 copy color: '#CC8560'

red 204 ◦ green 133 ◦ blue 96

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

Shades of Burning Sand #CC8560

Tints of Burning Sand #CC8560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.17%

R = 47.11%
G = 30.72%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC8560 (or 0xCC8560) is known color: Burning Sand. HEX triplet: CC, 85 and 60. RGB value is (204,133,96). Sum of RGB (Red+Green+Blue) = 204+133+96=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8560 is #337A9F. Grayscale: #969696. Windows color (decimal): -3373728 or 6325708. OLE color: 6325708.

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

Color convert

RGB 204 133 96 -
CMYK 0 0.35 0.53 0.2
HSL 20.56º 0.51% 0.59% -
HSV(B) 20.56º 0.53% 0.8% -
XYZ 35.4 30.46 15.08 -
YUV 150.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 204 133 96 0 0.35 0.53 0.2 20.56 0.51 0.59
Hex CC 85 60 0 23 35 14 15 33 3B
Octal 314 205 140 0 43 65 24 25 63 73
Binary 11001100 10000101 1100000 0 100011 110101 10100 10101 110011 111011

Color Harmonies of #CC8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8560

Black with #CC8560

Text Example


Text Example

White with #CC8560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8560; }

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

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

background-color css

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

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

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

border-color css

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

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

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