Html Css Color HEX #CC8160 Burning Sand

📋 copy color: '#CC8160'

red 204 ◦ green 129 ◦ blue 96

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

Shades of Burning Sand #CC8160

Tints of Burning Sand #CC8160

RGB

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

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

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

R = 47.55%
G = 30.07%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC8160 (or 0xCC8160) is known color: Burning Sand. HEX triplet: CC, 81 and 60. RGB value is (204,129,96). Sum of RGB (Red+Green+Blue) = 204+129+96=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8160 is #337E9F. Grayscale: #939393. Windows color (decimal): -3374752 or 6324684. OLE color: 6324684.

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

Color convert

RGB 204 129 96 -
CMYK 0 0.37 0.53 0.2
HSL 18.33º 0.51% 0.59% -
HSV(B) 18.33º 0.53% 0.8% -
XYZ 34.86 29.38 14.9 -
YUV 147.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 204 129 96 0 0.37 0.53 0.2 18.33 0.51 0.59
Hex CC 81 60 0 25 35 14 12 33 3B
Octal 314 201 140 0 45 65 24 22 63 73
Binary 11001100 10000001 1100000 0 100101 110101 10100 10010 110011 111011

Color Harmonies of #CC8160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8160

Black with #CC8160

Text Example


Text Example

White with #CC8160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8160; }

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

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

background-color css

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

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

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

border-color css

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

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

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