#CA9355

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

Shades of Twine #CA9355

Tints of Twine #CA9355

Color information

#CA9355 (or 0xCA9355) is unknown color: approx Twine. HEX triplet: CA, 93 and 55. RGB value is (202,147,85). Sum of RGB (Red+Green+Blue) = 202+147+85=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9355 is #356CAA. Grayscale: #9C9C9C. Windows color (decimal): -3501227 or 5608394. OLE color: 5608394.

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

Color convert

RGB20214785-
CMYK00.270.580.21
HSL31.79º52.47%56.27%-
HSV(B)31.79º57.92%79.22%-
XYZ36.4334.0813.25-
YUV156.3887.72160.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 85 (33.59% from 255) = 19.59%
R=46.54%
G=33.87%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021478500.270.580.2131.7952.4756.27
HexCA935501B3A15203438
Octal3122231250337225406470
Binary1100101010010011101010101101111101010101100000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9355; }

 p { color: rgb(202,147,85); }

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

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

 a { background-color: rgb(202,147,85); }

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

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

 span { border-color: rgb(202,147,85); }

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