Html Css Color HEX #CC8362 Burning Sand

📋 copy color: '#CC8362'

red 204 ◦ green 131 ◦ blue 98

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

Shades of Burning Sand #CC8362

Tints of Burning Sand #CC8362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.63%

R = 47.11%
G = 30.25%
B = 22.63%

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

#CC8362 (or 0xCC8362) is known color: Burning Sand. HEX triplet: CC, 83 and 62. RGB value is (204,131,98). Sum of RGB (Red+Green+Blue) = 204+131+98=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8362 is #337C9D. Grayscale: #959595. Windows color (decimal): -3374238 or 6456268. OLE color: 6456268.

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

Color convert

RGB 204 131 98 -
CMYK 0 0.36 0.52 0.2
HSL 18.68º 0.51% 0.59% -
HSV(B) 18.68º 0.52% 0.8% -
XYZ 35.22 29.95 15.48 -
YUV 149.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 204 131 98 0 0.36 0.52 0.2 18.68 0.51 0.59
Hex CC 83 62 0 24 34 14 13 33 3B
Octal 314 203 142 0 44 64 24 23 63 73
Binary 11001100 10000011 1100010 0 100100 110100 10100 10011 110011 111011

Color Harmonies of #CC8362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8362

Black with #CC8362

Text Example


Text Example

White with #CC8362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8362; }

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

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

background-color css

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

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

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

border-color css

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

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

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