#CA7A4C

Color #CA7A4C Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CA7A4C

Tints of Raw Sienna #CA7A4C

Color information

#CA7A4C (or 0xCA7A4C) is unknown color: approx Raw Sienna. HEX triplet: CA, 7A and 4C. RGB value is (202,122,76). Sum of RGB (Red+Green+Blue) = 202+122+76=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A4C is #3585B3. Grayscale: #8C8C8C. Windows color (decimal): -3507636 or 5012170. OLE color: 5012170.

HSL color Cylindrical-coordinate representation of color #CA7A4C: hue angle of 21.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA7A4C is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20212276-
CMYK00.400.620.21
HSL21.9º54.31%54.51%-
HSV(B)21.9º62.38%79.22%-
XYZ32.622710.33-
YUV140.6891.5171.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 76 (30.08% from 255) = 19%
R=50.5%
G=30.5%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021227600.400.620.2121.954.3154.51
HexCA7A4C0283E15163637
Octal3121721140507625266667
Binary110010101111010100110001010001111101010110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A4C; }

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

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

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

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

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

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

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

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