#CC8462

Color #CC8462 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CC8462

Tints of Burning Sand #CC8462

Color information

#CC8462 (or 0xCC8462) is unknown color: approx Burning Sand. HEX triplet: CC, 84 and 62. RGB value is (204,132,98). Sum of RGB (Red+Green+Blue) = 204+132+98=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8462 is #337B9D. Grayscale: #959595. Windows color (decimal): -3373982 or 6456524. OLE color: 6456524.

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

Color convert

RGB20413298-
CMYK00.350.520.2
HSL19.25º50.96%59.22%-
HSV(B)19.25º51.96%80%-
XYZ35.3630.2215.53-
YUV149.6598.85166.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 132 (51.95% from 255) = 30.41%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=47.00%
G=30.41%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041329800.350.520.219.2550.9659.22
HexCC8462023341413333b
Octal3142041420436424236373
Binary1100110010000100110001001000111101001010010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8462; }

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

 H1.HeaderClassName
 {
   color: #CC8462;
 }
 .AnyTagClassName
 {
   color: #CC8462;
 }
</style>
background-color css

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

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

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

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

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

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