#CA8150

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

Shades of Raw Sienna #CA8150

Tints of Raw Sienna #CA8150

Color information

#CA8150 (or 0xCA8150) is unknown color: approx Raw Sienna. HEX triplet: CA, 81 and 50. RGB value is (202,129,80). Sum of RGB (Red+Green+Blue) = 202+129+80=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8150 is #357EAF. Grayscale: #919191. Windows color (decimal): -3505840 or 5276106. OLE color: 5276106.

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

Color convert

RGB20212980-
CMYK00.360.600.21
HSL24.1º53.51%55.29%-
HSV(B)24.1º60.4%79.22%-
XYZ33.6628.8411.38-
YUV145.2491.18168.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=49.15%
G=31.39%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021298000.360.600.2124.153.5155.29
HexCA81500243C15183637
Octal3122011200447425306667
Binary1100101010000001101000001001001111001010111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8150; }

 p { color: rgb(202,129,80); }

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

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

 a { background-color: rgb(202,129,80); }

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

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

 span { border-color: rgb(202,129,80); }

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