Html Css Color HEX #CC8161 Burning Sand

📋 copy color: '#CC8161'

red 204 ◦ green 129 ◦ blue 97

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

Shades of Burning Sand #CC8161

Tints of Burning Sand #CC8161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.56%

R = 47.44%
G = 30%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC8161 (or 0xCC8161) is known color: Burning Sand. HEX triplet: CC, 81 and 61. RGB value is (204,129,97). Sum of RGB (Red+Green+Blue) = 204+129+97=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8161 is #337E9E. Grayscale: #939393. Windows color (decimal): -3374751 or 6390220. OLE color: 6390220.

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

Color convert

RGB 204 129 97 -
CMYK 0 0.37 0.52 0.2
HSL 17.94º 0.51% 0.59% -
HSV(B) 17.94º 0.52% 0.8% -
XYZ 34.91 29.4 15.14 -
YUV 147.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 204 129 97 0 0.37 0.52 0.2 17.94 0.51 0.59
Hex CC 81 61 0 25 34 14 12 33 3B
Octal 314 201 141 0 45 64 24 22 63 73
Binary 11001100 10000001 1100001 0 100101 110100 10100 10010 110011 111011

Color Harmonies of #CC8161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8161

Black with #CC8161

Text Example


Text Example

White with #CC8161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8161; }

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

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

background-color css

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

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

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

border-color css

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

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

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