#CA965C

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

Shades of Twine #CA965C

Tints of Twine #CA965C

Color information

#CA965C (or 0xCA965C) is unknown color: approx Twine. HEX triplet: CA, 96 and 5C. RGB value is (202,150,92). Sum of RGB (Red+Green+Blue) = 202+150+92=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA965C is #3569A3. Grayscale: #9F9F9F. Windows color (decimal): -3500452 or 6067914. OLE color: 6067914.

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

Color convert

RGB20215092-
CMYK00.260.540.21
HSL31.64º50.93%57.65%-
HSV(B)31.64º54.46%79.22%-
XYZ37.235.1414.95-
YUV158.9490.23158.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=45.50%
G=33.78%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021509200.260.540.2131.6450.9357.65
HexCA965C01A361520333a
Octal3122261340326625406372
Binary1100101010010110101110001101011011010101100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA965C; }

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

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

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

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

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

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

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

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