#CA8851

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

Shades of Twine #CA8851

Tints of Twine #CA8851

Color information

#CA8851 (or 0xCA8851) is unknown color: approx Twine. HEX triplet: CA, 88 and 51. RGB value is (202,136,81). Sum of RGB (Red+Green+Blue) = 202+136+81=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8851 is #3577AE. Grayscale: #959595. Windows color (decimal): -3504047 or 5343434. OLE color: 5343434.

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

Color convert

RGB20213681-
CMYK00.330.600.21
HSL27.27º53.3%55.49%-
HSV(B)27.27º59.9%79.22%-
XYZ34.6530.7611.9-
YUV149.4689.37165.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=48.21%
G=32.46%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021368100.330.600.2127.2753.355.49
HexCA88510213C151b3537
Octal3122101210417425336567
Binary1100101010001000101000101000011111001010111011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8851; }

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

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

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

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

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

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

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

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