#CA9550

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

Shades of Twine #CA9550

Tints of Twine #CA9550

Color information

#CA9550 (or 0xCA9550) is unknown color: approx Twine. HEX triplet: CA, 95 and 50. RGB value is (202,149,80). Sum of RGB (Red+Green+Blue) = 202+149+80=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9550 is #356AAF. Grayscale: #9D9D9D. Windows color (decimal): -3500720 or 5281226. OLE color: 5281226.

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

Color convert

RGB20214980-
CMYK00.260.600.21
HSL33.93º53.51%55.29%-
HSV(B)33.93º60.4%79.22%-
XYZ36.5534.6312.35-
YUV156.9884.56160.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 80 (31.64% from 255) = 18.56%
R=46.87%
G=34.57%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021498000.260.600.2133.9353.5155.29
HexCA955001A3C15223637
Octal3122251200327425426667
Binary1100101010010101101000001101011110010101100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9550; }

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

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

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

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

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

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

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

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