#CA9452

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

Shades of Twine #CA9452

Tints of Twine #CA9452

Color information

#CA9452 (or 0xCA9452) is unknown color: approx Twine. HEX triplet: CA, 94 and 52. RGB value is (202,148,82). Sum of RGB (Red+Green+Blue) = 202+148+82=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9452 is #356BAD. Grayscale: #9C9C9C. Windows color (decimal): -3500974 or 5412042. OLE color: 5412042.

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

Color convert

RGB20214882-
CMYK00.270.590.21
HSL33º53.1%55.69%-
HSV(B)33º59.41%79.22%-
XYZ36.4734.3512.69-
YUV156.6285.89160.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 82 (32.42% from 255) = 18.98%
R=46.76%
G=34.26%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021488200.270.590.213353.155.69
HexCA945201B3B15213538
Octal3122241220337325416570
Binary1100101010010100101001001101111101110101100001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9452; }

 p { color: rgb(202,148,82); }

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

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

 a { background-color: rgb(202,148,82); }

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

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

 span { border-color: rgb(202,148,82); }

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