#CA965B

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

Shades of Twine #CA965B

Tints of Twine #CA965B

Color information

#CA965B (or 0xCA965B) is unknown color: approx Twine. HEX triplet: CA, 96 and 5B. RGB value is (202,150,91). Sum of RGB (Red+Green+Blue) = 202+150+91=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA965B is #3569A4. Grayscale: #9F9F9F. Windows color (decimal): -3500453 or 6002378. OLE color: 6002378.

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

Color convert

RGB20215091-
CMYK00.260.550.21
HSL31.89º51.15%57.45%-
HSV(B)31.89º54.95%79.22%-
XYZ37.1535.1214.72-
YUV158.8289.73158.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=45.60%
G=33.86%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021509100.260.550.2131.8951.1557.45
HexCA965B01A3715203339
Octal3122261330326725406371
Binary1100101010010110101101101101011011110101100000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA965B; }

 p { color: rgb(202,150,91); }

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

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

 a { background-color: rgb(202,150,91); }

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

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

 span { border-color: rgb(202,150,91); }

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