#CA8D51

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

Shades of Twine #CA8D51

Tints of Twine #CA8D51

Color information

#CA8D51 (or 0xCA8D51) is unknown color: approx Twine. HEX triplet: CA, 8D and 51. RGB value is (202,141,81). Sum of RGB (Red+Green+Blue) = 202+141+81=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D51 is #3572AE. Grayscale: #989898. Windows color (decimal): -3502767 or 5344714. OLE color: 5344714.

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

Color convert

RGB20214181-
CMYK00.300.600.21
HSL29.75º53.3%55.49%-
HSV(B)29.75º59.9%79.22%-
XYZ35.3732.212.14-
YUV152.487.71163.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 81 (32.03% from 255) = 19.10%
R=47.64%
G=33.25%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021418100.300.600.2129.7553.355.49
HexCA8D5101E3C151e3537
Octal3122151210367425366567
Binary110010101000110110100010111101111001010111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D51; }

 p { color: rgb(202,141,81); }

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

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

 a { background-color: rgb(202,141,81); }

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

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

 span { border-color: rgb(202,141,81); }

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