#CA8E52

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

Shades of Twine #CA8E52

Tints of Twine #CA8E52

Color information

#CA8E52 (or 0xCA8E52) is unknown color: approx Twine. HEX triplet: CA, 8E and 52. RGB value is (202,142,82). Sum of RGB (Red+Green+Blue) = 202+142+82=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E52 is #3571AD. Grayscale: #999999. Windows color (decimal): -3502510 or 5410506. OLE color: 5410506.

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

Color convert

RGB20214282-
CMYK00.300.590.21
HSL30º53.1%55.69%-
HSV(B)30º59.41%79.22%-
XYZ35.5532.5112.38-
YUV153.187.88162.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 19.25%
R=47.42%
G=33.33%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021428200.300.590.213053.155.69
HexCA8E5201E3B151e3538
Octal3122161220367325366570
Binary110010101000111010100100111101110111010111110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E52; }

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

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

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

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

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

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

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

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