#CA965A

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

Shades of Twine #CA965A

Tints of Twine #CA965A

Color information

#CA965A (or 0xCA965A) is unknown color: approx Twine. HEX triplet: CA, 96 and 5A. RGB value is (202,150,90). Sum of RGB (Red+Green+Blue) = 202+150+90=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA965A is #3569A5. Grayscale: #9F9F9F. Windows color (decimal): -3500454 or 5936842. OLE color: 5936842.

HSL color Cylindrical-coordinate representation of color #CA965A: hue angle of 32.14º 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 #CA965A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20215090-
CMYK00.260.550.21
HSL32.14º51.38%57.25%-
HSV(B)32.14º55.45%79.22%-
XYZ37.1135.1114.49-
YUV158.7189.23158.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=45.70%
G=33.94%
B=20.36%

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
Decimal2021509000.260.550.2132.1451.3857.25
HexCA965A01A3715203339
Octal3122261320326725406371
Binary1100101010010110101101001101011011110101100000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA965A; }

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

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

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

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

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

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

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

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