#CA7D62

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

Shades of Burning Sand #CA7D62

Tints of Burning Sand #CA7D62

Color information

#CA7D62 (or 0xCA7D62) is unknown color: approx Burning Sand. HEX triplet: CA, 7D and 62. RGB value is (202,125,98). Sum of RGB (Red+Green+Blue) = 202+125+98=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D62 is #35829D. Grayscale: #919191. Windows color (decimal): -3506846 or 6454730. OLE color: 6454730.

HSL color Cylindrical-coordinate representation of color #CA7D62: hue angle of 15.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7D62 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20212598-
CMYK00.380.510.21
HSL15.58º49.52%58.82%-
HSV(B)15.58º51.49%79.22%-
XYZ33.928.1115.19-
YUV144.94101.51168.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=47.53%
G=29.41%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021259800.380.510.2115.5849.5258.82
HexCA7D62026331510323b
Octal3121751420466325206273
Binary110010101111101110001001001101100111010110000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7D62; }

 p { color: rgb(202,125,98); }

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

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

 a { background-color: rgb(202,125,98); }

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

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

 span { border-color: rgb(202,125,98); }

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