#CC8358

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

Shades of Burning Sand #CC8358

Tints of Burning Sand #CC8358

Color information

#CC8358 (or 0xCC8358) is unknown color: approx Burning Sand. HEX triplet: CC, 83 and 58. RGB value is (204,131,88). Sum of RGB (Red+Green+Blue) = 204+131+88=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8358 is #337CA7. Grayscale: #949494. Windows color (decimal): -3374248 or 5800908. OLE color: 5800908.

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

Color convert

RGB20413188-
CMYK00.360.570.2
HSL22.24º53.21%57.25%-
HSV(B)22.24º56.86%80%-
XYZ34.7829.7713.15-
YUV147.9294.18168-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 88 (34.77% from 255) = 20.80%
R=48.23%
G=30.97%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041318800.360.570.222.2453.2157.25
HexCC83580243914163539
Octal3142031300447124266571
Binary1100110010000011101100001001001110011010010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8358; }

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

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

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

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

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

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

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

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