#CA739B

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

Shades of Hopbush #CA739B

Tints of Hopbush #CA739B

Color information

#CA739B (or 0xCA739B) is unknown color: approx Hopbush. HEX triplet: CA, 73 and 9B. RGB value is (202,115,155). Sum of RGB (Red+Green+Blue) = 202+115+155=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA739B is #358C64. Grayscale: #919191. Windows color (decimal): -3509349 or 10187722. OLE color: 10187722.

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

Color convert

RGB202115155-
CMYK00.430.230.21
HSL332.41º45.08%62.16%-
HSV(B)332.41º43.07%79.22%-
XYZ36.427.1834.34-
YUV145.57133.32168.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 115 (45.31% from 255) = 24.36%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=42.80%
G=24.36%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211515500.430.230.21332.4145.0862.16
HexCA739B02B171514c2d3e
Octal31216323305327255145576
Binary1100101011100111001101101010111011110101101001100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA739B; }

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

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

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

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

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

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

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

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