#CA9256

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

Shades of Twine #CA9256

Tints of Twine #CA9256

Color information

#CA9256 (or 0xCA9256) is unknown color: approx Twine. HEX triplet: CA, 92 and 56. RGB value is (202,146,86). Sum of RGB (Red+Green+Blue) = 202+146+86=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9256 is #356DA9. Grayscale: #9C9C9C. Windows color (decimal): -3501482 or 5673674. OLE color: 5673674.

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

Color convert

RGB20214686-
CMYK00.280.570.21
HSL31.03º52.25%56.47%-
HSV(B)31.03º57.43%79.22%-
XYZ36.3233.7913.41-
YUV155.988.55160.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=46.54%
G=33.64%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021468600.280.570.2131.0352.2556.47
HexCA925601C39151f3438
Octal3122221260347125376470
Binary110010101001001010101100111001110011010111111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9256; }

 p { color: rgb(202,146,86); }

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

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

 a { background-color: rgb(202,146,86); }

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

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

 span { border-color: rgb(202,146,86); }

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