#CA9052

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

Shades of Twine #CA9052

Tints of Twine #CA9052

Color information

#CA9052 (or 0xCA9052) is unknown color: approx Twine. HEX triplet: CA, 90 and 52. RGB value is (202,144,82). Sum of RGB (Red+Green+Blue) = 202+144+82=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9052 is #356FAD. Grayscale: #9A9A9A. Windows color (decimal): -3501998 or 5411018. OLE color: 5411018.

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

Color convert

RGB20214482-
CMYK00.290.590.21
HSL31º53.1%55.69%-
HSV(B)31º59.41%79.22%-
XYZ35.8533.1112.48-
YUV154.2787.22162.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 82 (32.42% from 255) = 19.16%
R=47.20%
G=33.64%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021448200.290.590.213153.155.69
HexCA905201D3B151f3538
Octal3122201220357325376570
Binary110010101001000010100100111011110111010111111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9052; }

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

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

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

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

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

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

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

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