#CA8C50

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

Shades of Twine #CA8C50

Tints of Twine #CA8C50

Color information

#CA8C50 (or 0xCA8C50) is unknown color: approx Twine. HEX triplet: CA, 8C and 50. RGB value is (202,140,80). Sum of RGB (Red+Green+Blue) = 202+140+80=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C50 is #3573AF. Grayscale: #989898. Windows color (decimal): -3503024 or 5278922. OLE color: 5278922.

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

Color convert

RGB20214080-
CMYK00.310.600.21
HSL29.51º53.51%55.29%-
HSV(B)29.51º60.4%79.22%-
XYZ35.1831.8911.89-
YUV151.787.54163.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=47.87%
G=33.18%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021408000.310.600.2129.5153.5155.29
HexCA8C5001F3C151e3637
Octal3122141200377425366667
Binary110010101000110010100000111111111001010111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C50; }

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

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

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

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

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

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

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

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