#CA9056

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

Shades of Twine #CA9056

Tints of Twine #CA9056

Color information

#CA9056 (or 0xCA9056) is unknown color: approx Twine. HEX triplet: CA, 90 and 56. RGB value is (202,144,86). Sum of RGB (Red+Green+Blue) = 202+144+86=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9056 is #356FA9. Grayscale: #9B9B9B. Windows color (decimal): -3501994 or 5673162. OLE color: 5673162.

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

Color convert

RGB20214486-
CMYK00.290.570.21
HSL30º52.25%56.47%-
HSV(B)30º57.43%79.22%-
XYZ36.0133.1713.31-
YUV154.7389.22161.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 19.91%
R=46.76%
G=33.33%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021448600.290.570.213052.2556.47
HexCA905601D39151e3438
Octal3122201260357125366470
Binary110010101001000010101100111011110011010111110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9056; }

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

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

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

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

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

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

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

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