Html Css Color HEX #CC8361 Burning Sand

📋 copy color: '#CC8361'

red 204 ◦ green 131 ◦ blue 97

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

Shades of Burning Sand #CC8361

Tints of Burning Sand #CC8361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

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

R = 47.22%
G = 30.32%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC8361 (or 0xCC8361) is known color: Burning Sand. HEX triplet: CC, 83 and 61. RGB value is (204,131,97). Sum of RGB (Red+Green+Blue) = 204+131+97=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8361 is #337C9E. Grayscale: #959595. Windows color (decimal): -3374239 or 6390732. OLE color: 6390732.

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

Color convert

RGB 204 131 97 -
CMYK 0 0.36 0.52 0.2
HSL 19.07º 0.51% 0.59% -
HSV(B) 19.07º 0.52% 0.8% -
XYZ 35.18 29.93 15.23 -
YUV 148.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 204 131 97 0 0.36 0.52 0.2 19.07 0.51 0.59
Hex CC 83 61 0 24 34 14 13 33 3B
Octal 314 203 141 0 44 64 24 23 63 73
Binary 11001100 10000011 1100001 0 100100 110100 10100 10011 110011 111011

Color Harmonies of #CC8361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8361

Black with #CC8361

Text Example


Text Example

White with #CC8361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8361; }

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

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

background-color css

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

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

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

border-color css

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

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

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