#CA7C46

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

Shades of Raw Sienna #CA7C46

Tints of Raw Sienna #CA7C46

Color information

#CA7C46 (or 0xCA7C46) is unknown color: approx Raw Sienna. HEX triplet: CA, 7C and 46. RGB value is (202,124,70). Sum of RGB (Red+Green+Blue) = 202+124+70=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C46 is #3583B9. Grayscale: #8D8D8D. Windows color (decimal): -3507130 or 4619466. OLE color: 4619466.

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

Color convert

RGB20212470-
CMYK00.390.650.21
HSL24.55º55.46%53.33%-
HSV(B)24.55º65.35%79.22%-
XYZ32.6727.419.36-
YUV141.1787.84171.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 70 (27.73% from 255) = 17.68%
R=51.01%
G=31.31%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021247000.390.650.2124.5555.4653.33
HexCA7C460274115193735
Octal31217410604710125316765
Binary1100101011111001000110010011110000011010111001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C46; }

 p { color: rgb(202,124,70); }

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

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

 a { background-color: rgb(202,124,70); }

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

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

 span { border-color: rgb(202,124,70); }

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