#CA9B5E

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

Shades of Twine #CA9B5E

Tints of Twine #CA9B5E

Color information

#CA9B5E (or 0xCA9B5E) is unknown color: approx Twine. HEX triplet: CA, 9B and 5E. RGB value is (202,155,94). Sum of RGB (Red+Green+Blue) = 202+155+94=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B5E is #3564A1. Grayscale: #A2A2A2. Windows color (decimal): -3499170 or 6200266. OLE color: 6200266.

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

Color convert

RGB20215594-
CMYK00.230.530.21
HSL33.89º50.47%58.04%-
HSV(B)33.89º53.47%79.22%-
XYZ38.136.8115.69-
YUV162.189.57156.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 155 (60.94% from 255) = 34.37%
BLUE value IS 94 (37.11% from 255) = 20.84%
R=44.79%
G=34.37%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021559400.230.530.2133.8950.4758.04
HexCA9B5E017351522323a
Octal3122331360276525426272
Binary1100101010011011101111001011111010110101100010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B5E; }

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

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

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

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

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

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

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

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