Html Css Color HEX #CC8461 Burning Sand

📋 copy color: '#CC8461'

red 204 ◦ green 132 ◦ blue 97

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

Shades of Burning Sand #CC8461

Tints of Burning Sand #CC8461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

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

R = 47.11%
G = 30.48%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC8461 (or 0xCC8461) is known color: Burning Sand. HEX triplet: CC, 84 and 61. RGB value is (204,132,97). Sum of RGB (Red+Green+Blue) = 204+132+97=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8461 is #337B9E. Grayscale: #959595. Windows color (decimal): -3373983 or 6390988. OLE color: 6390988.

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

Color convert

RGB 204 132 97 -
CMYK 0 0.35 0.52 0.2
HSL 19.63º 0.51% 0.59% -
HSV(B) 19.63º 0.52% 0.8% -
XYZ 35.31 30.2 15.28 -
YUV 149.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 204 132 97 0 0.35 0.52 0.2 19.63 0.51 0.59
Hex CC 84 61 0 23 34 14 14 33 3B
Octal 314 204 141 0 43 64 24 24 63 73
Binary 11001100 10000100 1100001 0 100011 110100 10100 10100 110011 111011

Color Harmonies of #CC8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8461

Black with #CC8461

Text Example


Text Example

White with #CC8461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8461; }

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

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

background-color css

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

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

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

border-color css

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

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

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