#CA9055

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

Shades of Twine #CA9055

Tints of Twine #CA9055

Color information

#CA9055 (or 0xCA9055) is unknown color: approx Twine. HEX triplet: CA, 90 and 55. RGB value is (202,144,85). Sum of RGB (Red+Green+Blue) = 202+144+85=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9055 is #356FAA. Grayscale: #9A9A9A. Windows color (decimal): -3501995 or 5607626. OLE color: 5607626.

HSL color Cylindrical-coordinate representation of color #CA9055: hue angle of 30.26º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA9055 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20214485-
CMYK00.290.580.21
HSL30.26º52.47%56.27%-
HSV(B)30.26º57.92%79.22%-
XYZ35.9733.1613.1-
YUV154.6288.72161.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=46.87%
G=33.41%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021448500.290.580.2130.2652.4756.27
HexCA905501D3A151e3438
Octal3122201250357225366470
Binary110010101001000010101010111011110101010111110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9055; }

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

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

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

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

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

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

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

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