#CA9658

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

Shades of Twine #CA9658

Tints of Twine #CA9658

Color information

#CA9658 (or 0xCA9658) is unknown color: approx Twine. HEX triplet: CA, 96 and 58. RGB value is (202,150,88). Sum of RGB (Red+Green+Blue) = 202+150+88=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9658 is #3569A7. Grayscale: #9E9E9E. Windows color (decimal): -3500456 or 5805770. OLE color: 5805770.

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

Color convert

RGB20215088-
CMYK00.260.560.21
HSL32.63º51.82%56.86%-
HSV(B)32.63º56.44%79.22%-
XYZ37.0235.0714.05-
YUV158.4888.23159.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 88 (34.77% from 255) = 20%
R=45.91%
G=34.09%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021508800.260.560.2132.6351.8256.86
HexCA965801A3815213439
Octal3122261300327025416471
Binary1100101010010110101100001101011100010101100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9658; }

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

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

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

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

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

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

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

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