#CC7D5D

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

Shades of Burning Sand #CC7D5D

Tints of Burning Sand #CC7D5D

Color information

#CC7D5D (or 0xCC7D5D) is unknown color: approx Burning Sand. HEX triplet: CC, 7D and 5D. RGB value is (204,125,93). Sum of RGB (Red+Green+Blue) = 204+125+93=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D5D is #3382A2. Grayscale: #919191. Windows color (decimal): -3375779 or 6127052. OLE color: 6127052.

HSL color Cylindrical-coordinate representation of color #CC7D5D: hue angle of 17.3º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC7D5D is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20412593-
CMYK00.390.540.2
HSL17.3º52.11%58.24%-
HSV(B)17.3º54.41%80%-
XYZ34.2128.2914.01-
YUV144.9798.67170.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 125 (49.22% from 255) = 29.62%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=48.34%
G=29.62%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041259300.390.540.217.352.1158.24
HexCC7D5D027361411343a
Octal3141751350476624216472
Binary110011001111101101110101001111101101010010001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D5D; }

 p { color: rgb(204,125,93); }

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

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

 a { background-color: rgb(204,125,93); }

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

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

 span { border-color: rgb(204,125,93); }

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