#CA8E57

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

Shades of Twine #CA8E57

Tints of Twine #CA8E57

Color information

#CA8E57 (or 0xCA8E57) is unknown color: approx Twine. HEX triplet: CA, 8E and 57. RGB value is (202,142,87). Sum of RGB (Red+Green+Blue) = 202+142+87=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E57 is #3571A8. Grayscale: #999999. Windows color (decimal): -3502505 or 5738186. OLE color: 5738186.

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

Color convert

RGB20214287-
CMYK00.300.570.21
HSL28.7º52.04%56.67%-
HSV(B)28.7º56.93%79.22%-
XYZ35.7532.5913.42-
YUV153.6790.38162.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=46.87%
G=32.95%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021428700.300.570.2128.752.0456.67
HexCA8E5701E39151d3439
Octal3122161270367125356471
Binary110010101000111010101110111101110011010111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E57; }

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

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

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

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

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

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

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

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