#CA9354

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

Shades of Twine #CA9354

Tints of Twine #CA9354

Color information

#CA9354 (or 0xCA9354) is unknown color: approx Twine. HEX triplet: CA, 93 and 54. RGB value is (202,147,84). Sum of RGB (Red+Green+Blue) = 202+147+84=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9354 is #356CAB. Grayscale: #9C9C9C. Windows color (decimal): -3501228 or 5542858. OLE color: 5542858.

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

Color convert

RGB20214784-
CMYK00.270.580.21
HSL32.03º52.68%56.08%-
HSV(B)32.03º58.42%79.22%-
XYZ36.3934.0613.04-
YUV156.2687.22160.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 84 (33.20% from 255) = 19.40%
R=46.65%
G=33.95%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021478400.270.580.2132.0352.6856.08
HexCA935401B3A15203538
Octal3122231240337225406570
Binary1100101010010011101010001101111101010101100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9354; }

 p { color: rgb(202,147,84); }

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

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

 a { background-color: rgb(202,147,84); }

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

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

 span { border-color: rgb(202,147,84); }

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