#CA834E

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

Shades of Raw Sienna #CA834E

Tints of Raw Sienna #CA834E

Color information

#CA834E (or 0xCA834E) is unknown color: approx Raw Sienna. HEX triplet: CA, 83 and 4E. RGB value is (202,131,78). Sum of RGB (Red+Green+Blue) = 202+131+78=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA834E is #357CB1. Grayscale: #929292. Windows color (decimal): -3505330 or 5145546. OLE color: 5145546.

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

Color convert

RGB20213178-
CMYK00.350.610.21
HSL25.65º53.91%54.9%-
HSV(B)25.65º61.39%79.22%-
XYZ33.8529.3411.09-
YUV146.1989.52167.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=49.15%
G=31.87%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021317800.350.610.2125.6553.9154.9
HexCA834E0233D151a3637
Octal3122031160437525326667
Binary1100101010000011100111001000111111011010111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA834E; }

 p { color: rgb(202,131,78); }

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

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

 a { background-color: rgb(202,131,78); }

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

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

 span { border-color: rgb(202,131,78); }

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