#CA7A67

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

Shades of Burning Sand #CA7A67

Tints of Burning Sand #CA7A67

Color information

#CA7A67 (or 0xCA7A67) is unknown color: approx Burning Sand. HEX triplet: CA, 7A and 67. RGB value is (202,122,103). Sum of RGB (Red+Green+Blue) = 202+122+103=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A67 is #358598. Grayscale: #8F8F8F. Windows color (decimal): -3507609 or 6781642. OLE color: 6781642.

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

Color convert

RGB202122103-
CMYK00.400.490.21
HSL11.52º48.29%59.8%-
HSV(B)11.52º49.01%79.22%-
XYZ33.7627.4516.35-
YUV143.75105169.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=47.31%
G=28.57%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212210300.400.490.2111.5248.2959.8
HexCA7A670283115c303c
Octal3121721470506125146074
Binary11001010111101011001110101000110001101011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A67; }

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

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

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

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

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

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

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

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