#CA8C51

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

Shades of Twine #CA8C51

Tints of Twine #CA8C51

Color information

#CA8C51 (or 0xCA8C51) is unknown color: approx Twine. HEX triplet: CA, 8C and 51. RGB value is (202,140,81). Sum of RGB (Red+Green+Blue) = 202+140+81=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C51 is #3573AE. Grayscale: #989898. Windows color (decimal): -3503023 or 5344458. OLE color: 5344458.

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

Color convert

RGB20214081-
CMYK00.310.600.21
HSL29.26º53.3%55.49%-
HSV(B)29.26º59.9%79.22%-
XYZ35.2231.9112.09-
YUV151.8188.04163.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=47.75%
G=33.10%
B=19.15%

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
Decimal2021408100.310.600.2129.2653.355.49
HexCA8C5101F3C151d3537
Octal3122141210377425356567
Binary110010101000110010100010111111111001010111101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C51; }

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

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

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

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

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

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

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

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