#CA995D

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

Shades of Twine #CA995D

Tints of Twine #CA995D

Color information

#CA995D (or 0xCA995D) is unknown color: approx Twine. HEX triplet: CA, 99 and 5D. RGB value is (202,153,93). Sum of RGB (Red+Green+Blue) = 202+153+93=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA995D is #3566A2. Grayscale: #A1A1A1. Windows color (decimal): -3499683 or 6134218. OLE color: 6134218.

HSL color Cylindrical-coordinate representation of color #CA995D: hue angle of 33.03º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA995D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20215393-
CMYK00.240.540.21
HSL33.03º50.7%57.84%-
HSV(B)33.03º53.96%79.22%-
XYZ37.7236.1315.34-
YUV160.8189.73157.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=45.09%
G=34.15%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021539300.240.540.2133.0350.757.84
HexCA995D018361521333a
Octal3122311350306625416372
Binary1100101010011001101110101100011011010101100001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA995D; }

 p { color: rgb(202,153,93); }

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

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

 a { background-color: rgb(202,153,93); }

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

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

 span { border-color: rgb(202,153,93); }

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