#CA9650

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

Shades of Twine #CA9650

Tints of Twine #CA9650

Color information

#CA9650 (or 0xCA9650) is unknown color: approx Twine. HEX triplet: CA, 96 and 50. RGB value is (202,150,80). Sum of RGB (Red+Green+Blue) = 202+150+80=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9650 is #3569AF. Grayscale: #9D9D9D. Windows color (decimal): -3500464 or 5281482. OLE color: 5281482.

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

Color convert

RGB20215080-
CMYK00.260.600.21
HSL34.43º53.51%55.29%-
HSV(B)34.43º60.4%79.22%-
XYZ36.7134.9512.4-
YUV157.5784.23159.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 80 (31.64% from 255) = 18.52%
R=46.76%
G=34.72%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021508000.260.600.2134.4353.5155.29
HexCA965001A3C15223637
Octal3122261200327425426667
Binary1100101010010110101000001101011110010101100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9650; }

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

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

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

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

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

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

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

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