#CA9357

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

Shades of Twine #CA9357

Tints of Twine #CA9357

Color information

#CA9357 (or 0xCA9357) is unknown color: approx Twine. HEX triplet: CA, 93 and 57. RGB value is (202,147,87). Sum of RGB (Red+Green+Blue) = 202+147+87=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9357 is #356CA8. Grayscale: #9C9C9C. Windows color (decimal): -3501225 or 5739466. OLE color: 5739466.

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

Color convert

RGB20214787-
CMYK00.270.570.21
HSL31.3º52.04%56.67%-
HSV(B)31.3º56.93%79.22%-
XYZ36.5134.1113.68-
YUV156.6188.72160.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 87 (34.38% from 255) = 19.95%
R=46.33%
G=33.72%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021478700.270.570.2131.352.0456.67
HexCA935701B39151f3439
Octal3122231270337125376471
Binary110010101001001110101110110111110011010111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9357; }

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

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

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

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

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

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

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

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