#CA7D67

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

Shades of Burning Sand #CA7D67

Tints of Burning Sand #CA7D67

Color information

#CA7D67 (or 0xCA7D67) is unknown color: approx Burning Sand. HEX triplet: CA, 7D and 67. RGB value is (202,125,103). Sum of RGB (Red+Green+Blue) = 202+125+103=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D67 is #358298. Grayscale: #919191. Windows color (decimal): -3506841 or 6782410. OLE color: 6782410.

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

Color convert

RGB202125103-
CMYK00.380.490.21
HSL13.33º48.29%59.8%-
HSV(B)13.33º49.01%79.22%-
XYZ34.1428.216.48-
YUV145.51104.01168.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=46.98%
G=29.07%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212510300.380.490.2113.3348.2959.8
HexCA7D670263115d303c
Octal3121751470466125156074
Binary11001010111110111001110100110110001101011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7D67; }

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

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

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

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

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

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

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

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