#CA7F6A

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

Shades of Burning Sand #CA7F6A

Tints of Burning Sand #CA7F6A

Color information

#CA7F6A (or 0xCA7F6A) is unknown color: approx Burning Sand. HEX triplet: CA, 7F and 6A. RGB value is (202,127,106). Sum of RGB (Red+Green+Blue) = 202+127+106=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F6A is #358095. Grayscale: #939393. Windows color (decimal): -3506326 or 6979530. OLE color: 6979530.

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

Color convert

RGB202127106-
CMYK00.370.480.21
HSL13.12º47.52%60.39%-
HSV(B)13.12º47.52%79.22%-
XYZ34.5528.7817.37-
YUV147.03104.85167.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=46.44%
G=29.20%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212710600.370.480.2113.1247.5260.39
HexCA7F6A0253015d303c
Octal3121771520456025156074
Binary11001010111111111010100100101110000101011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F6A; }

 p { color: rgb(202,127,106); }

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

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

 a { background-color: rgb(202,127,106); }

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

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

 span { border-color: rgb(202,127,106); }

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