#CA739D

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

Shades of Hopbush #CA739D

Tints of Hopbush #CA739D

Color information

#CA739D (or 0xCA739D) is unknown color: approx Hopbush. HEX triplet: CA, 73 and 9D. RGB value is (202,115,157). Sum of RGB (Red+Green+Blue) = 202+115+157=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA739D is #358C62. Grayscale: #919191. Windows color (decimal): -3509347 or 10318794. OLE color: 10318794.

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

Color convert

RGB202115157-
CMYK00.430.220.21
HSL331.03º45.08%62.16%-
HSV(B)331.03º43.07%79.22%-
XYZ36.5727.2535.23-
YUV145.8134.32168.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=42.62%
G=24.26%
B=33.12%

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
Decimal20211515700.430.220.21331.0345.0862.16
HexCA739D02B161514b2d3e
Octal31216323505326255135576
Binary1100101011100111001110101010111011010101101001011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA739D; }

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

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

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

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

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

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

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

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