#CA739E

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

Shades of Hopbush #CA739E

Tints of Hopbush #CA739E

Color information

#CA739E (or 0xCA739E) is unknown color: approx Hopbush. HEX triplet: CA, 73 and 9E. RGB value is (202,115,158). Sum of RGB (Red+Green+Blue) = 202+115+158=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA739E is #358C61. Grayscale: #919191. Windows color (decimal): -3509346 or 10384330. OLE color: 10384330.

HSL color Cylindrical-coordinate representation of color #CA739E: hue angle of 330.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA739E is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202115158-
CMYK00.430.220.21
HSL330.34º45.08%62.16%-
HSV(B)330.34º43.07%79.22%-
XYZ36.6627.2935.68-
YUV145.92134.82168-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=42.53%
G=24.21%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211515800.430.220.21330.3445.0862.16
HexCA739E02B161514a2d3e
Octal31216323605326255125576
Binary1100101011100111001111001010111011010101101001010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA739E; }

 p { color: rgb(202,115,158); }

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

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

 a { background-color: rgb(202,115,158); }

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

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

 span { border-color: rgb(202,115,158); }

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