#CA649B

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

Shades of Hopbush #CA649B

Tints of Hopbush #CA649B

Color information

#CA649B (or 0xCA649B) is unknown color: approx Hopbush. HEX triplet: CA, 64 and 9B. RGB value is (202,100,155). Sum of RGB (Red+Green+Blue) = 202+100+155=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA649B is #359B64. Grayscale: #888888. Windows color (decimal): -3513189 or 10183882. OLE color: 10183882.

HSL color Cylindrical-coordinate representation of color #CA649B: hue angle of 327.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA649B is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202100155-
CMYK00.500.230.21
HSL327.65º49.04%59.22%-
HSV(B)327.65º50.5%79.22%-
XYZ34.8324.0433.81-
YUV136.77138.29174.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 100 (39.45% from 255) = 21.88%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=44.20%
G=21.88%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210015500.500.230.21327.6549.0459.22
HexCA649B0321715148313b
Octal31214423306227255106173
Binary1100101011001001001101101100101011110101101001000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA649B; }

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

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

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

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

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

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

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

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