#CC7D5F

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

Shades of Burning Sand #CC7D5F

Tints of Burning Sand #CC7D5F

Color information

#CC7D5F (or 0xCC7D5F) is unknown color: approx Burning Sand. HEX triplet: CC, 7D and 5F. RGB value is (204,125,95). Sum of RGB (Red+Green+Blue) = 204+125+95=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D5F is #3382A0. Grayscale: #919191. Windows color (decimal): -3375777 or 6258124. OLE color: 6258124.

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

Color convert

RGB20412595-
CMYK00.390.530.2
HSL16.51º51.66%58.63%-
HSV(B)16.51º53.43%80%-
XYZ34.328.3314.49-
YUV145.299.67169.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=48.11%
G=29.48%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041259500.390.530.216.5151.6658.63
HexCC7D5F027351411343b
Octal3141751370476524216473
Binary110011001111101101111101001111101011010010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D5F; }

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

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

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

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

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

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

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

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