#CA8E50

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

Shades of Twine #CA8E50

Tints of Twine #CA8E50

Color information

#CA8E50 (or 0xCA8E50) is unknown color: approx Twine. HEX triplet: CA, 8E and 50. RGB value is (202,142,80). Sum of RGB (Red+Green+Blue) = 202+142+80=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E50 is #3571AF. Grayscale: #999999. Windows color (decimal): -3502512 or 5279434. OLE color: 5279434.

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

Color convert

RGB20214280-
CMYK00.300.600.21
HSL30.49º53.51%55.29%-
HSV(B)30.49º60.4%79.22%-
XYZ35.4832.4811.99-
YUV152.8786.88163.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 80 (31.64% from 255) = 18.87%
R=47.64%
G=33.49%
B=18.87%

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
Decimal2021428000.300.600.2130.4953.5155.29
HexCA8E5001E3C151e3637
Octal3122161200367425366667
Binary110010101000111010100000111101111001010111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E50; }

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

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

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

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

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

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

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

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