#CC8458

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

Shades of Burning Sand #CC8458

Tints of Burning Sand #CC8458

Color information

#CC8458 (or 0xCC8458) is unknown color: approx Burning Sand. HEX triplet: CC, 84 and 58. RGB value is (204,132,88). Sum of RGB (Red+Green+Blue) = 204+132+88=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8458 is #337BA7. Grayscale: #949494. Windows color (decimal): -3373992 or 5801164. OLE color: 5801164.

HSL color Cylindrical-coordinate representation of color #CC8458: hue angle of 22.76º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC8458 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB20413288-
CMYK00.350.570.2
HSL22.76º53.21%57.25%-
HSV(B)22.76º56.86%80%-
XYZ34.9130.0413.19-
YUV148.5193.85167.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 88 (34.77% from 255) = 20.75%
R=48.11%
G=31.13%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041328800.350.570.222.7653.2157.25
HexCC84580233914173539
Octal3142041300437124276571
Binary1100110010000100101100001000111110011010010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8458; }

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

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

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

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

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

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

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

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