#CA649E

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

Shades of Hopbush #CA649E

Tints of Hopbush #CA649E

Color information

#CA649E (or 0xCA649E) is unknown color: approx Hopbush. HEX triplet: CA, 64 and 9E. RGB value is (202,100,158). Sum of RGB (Red+Green+Blue) = 202+100+158=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA649E is #359B61. Grayscale: #888888. Windows color (decimal): -3513186 or 10380490. OLE color: 10380490.

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

Color convert

RGB202100158-
CMYK00.500.220.21
HSL325.88º49.04%59.22%-
HSV(B)325.88º50.5%79.22%-
XYZ35.0924.1435.16-
YUV137.11139.79174.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=43.91%
G=21.74%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210015800.500.220.21325.8849.0459.22
HexCA649E0321615146313b
Octal31214423606226255066173
Binary1100101011001001001111001100101011010101101000110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA649E; }

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

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

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

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

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

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

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

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