#CA8A50

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

Shades of Twine #CA8A50

Tints of Twine #CA8A50

Color information

#CA8A50 (or 0xCA8A50) is unknown color: approx Twine. HEX triplet: CA, 8A and 50. RGB value is (202,138,80). Sum of RGB (Red+Green+Blue) = 202+138+80=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A50 is #3575AF. Grayscale: #969696. Windows color (decimal): -3503536 or 5278410. OLE color: 5278410.

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

Color convert

RGB20213880-
CMYK00.320.600.21
HSL28.52º53.51%55.29%-
HSV(B)28.52º60.4%79.22%-
XYZ34.8931.3111.79-
YUV150.5288.2164.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=48.10%
G=32.86%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021388000.320.600.2128.5253.5155.29
HexCA8A500203C151d3637
Octal3122121200407425356667
Binary1100101010001010101000001000001111001010111101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A50; }

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

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

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

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

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

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

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

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