#CA9B58

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

Shades of Twine #CA9B58

Tints of Twine #CA9B58

Color information

#CA9B58 (or 0xCA9B58) is unknown color: approx Twine. HEX triplet: CA, 9B and 58. RGB value is (202,155,88). Sum of RGB (Red+Green+Blue) = 202+155+88=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B58 is #3564A7. Grayscale: #A1A1A1. Windows color (decimal): -3499176 or 5807050. OLE color: 5807050.

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

Color convert

RGB20215588-
CMYK00.230.560.21
HSL35.26º51.82%56.86%-
HSV(B)35.26º56.44%79.22%-
XYZ37.8436.714.32-
YUV161.4286.57156.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=45.39%
G=34.83%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021558800.230.560.2135.2651.8256.86
HexCA9B580173815233439
Octal3122331300277025436471
Binary1100101010011011101100001011111100010101100011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B58; }

 p { color: rgb(202,155,88); }

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

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

 a { background-color: rgb(202,155,88); }

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

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

 span { border-color: rgb(202,155,88); }

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