#CA9050

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

Shades of Twine #CA9050

Tints of Twine #CA9050

Color information

#CA9050 (or 0xCA9050) is unknown color: approx Twine. HEX triplet: CA, 90 and 50. RGB value is (202,144,80). Sum of RGB (Red+Green+Blue) = 202+144+80=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9050 is #356FAF. Grayscale: #9A9A9A. Windows color (decimal): -3502000 or 5279946. OLE color: 5279946.

HSL color Cylindrical-coordinate representation of color #CA9050: hue angle of 31.48º 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 #CA9050 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20214480-
CMYK00.290.600.21
HSL31.48º53.51%55.29%-
HSV(B)31.48º60.4%79.22%-
XYZ35.7833.0812.09-
YUV154.0586.22162.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 80 (31.64% from 255) = 18.78%
R=47.42%
G=33.80%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021448000.290.600.2131.4853.5155.29
HexCA905001D3C151f3637
Octal3122201200357425376667
Binary110010101001000010100000111011111001010111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9050; }

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

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

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

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

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

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

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

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