#CA9451

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

Shades of Twine #CA9451

Tints of Twine #CA9451

Color information

#CA9451 (or 0xCA9451) is unknown color: approx Twine. HEX triplet: CA, 94 and 51. RGB value is (202,148,81). Sum of RGB (Red+Green+Blue) = 202+148+81=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9451 is #356BAE. Grayscale: #9C9C9C. Windows color (decimal): -3500975 or 5346506. OLE color: 5346506.

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

Color convert

RGB20214881-
CMYK00.270.600.21
HSL33.22º53.3%55.49%-
HSV(B)33.22º59.9%79.22%-
XYZ36.4334.3312.49-
YUV156.5185.39160.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 81 (32.03% from 255) = 18.79%
R=46.87%
G=34.34%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021488100.270.600.2133.2253.355.49
HexCA945101B3C15213537
Octal3122241210337425416567
Binary1100101010010100101000101101111110010101100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9451; }

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

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

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

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

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

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

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

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