#CA9351

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

Shades of Twine #CA9351

Tints of Twine #CA9351

Color information

#CA9351 (or 0xCA9351) is unknown color: approx Twine. HEX triplet: CA, 93 and 51. RGB value is (202,147,81). Sum of RGB (Red+Green+Blue) = 202+147+81=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9351 is #356CAE. Grayscale: #9C9C9C. Windows color (decimal): -3501231 or 5346250. OLE color: 5346250.

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

Color convert

RGB20214781-
CMYK00.270.600.21
HSL32.73º53.3%55.49%-
HSV(B)32.73º59.9%79.22%-
XYZ36.2834.0212.44-
YUV155.9285.72160.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 81 (32.03% from 255) = 18.84%
R=46.98%
G=34.19%
B=18.84%

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
Decimal2021478100.270.600.2132.7353.355.49
HexCA935101B3C15213537
Octal3122231210337425416567
Binary1100101010010011101000101101111110010101100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9351; }

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

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

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

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

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

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

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

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