#CC7B62

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

Shades of Burning Sand #CC7B62

Tints of Burning Sand #CC7B62

Color information

#CC7B62 (or 0xCC7B62) is unknown color: approx Burning Sand. HEX triplet: CC, 7B and 62. RGB value is (204,123,98). Sum of RGB (Red+Green+Blue) = 204+123+98=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B62 is #33849D. Grayscale: #909090. Windows color (decimal): -3376286 or 6454220. OLE color: 6454220.

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

Color convert

RGB20412398-
CMYK00.400.520.2
HSL14.15º50.96%59.22%-
HSV(B)14.15º51.96%80%-
XYZ34.1927.8915.14-
YUV144.37101.84170.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=48%
G=28.94%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041239800.400.520.214.1550.9659.22
HexCC7B620283414e333b
Octal3141731420506424166373
Binary11001100111101111000100101000110100101001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7B62; }

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

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

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

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

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

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

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

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