#CA629B

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

Shades of Hopbush #CA629B

Tints of Hopbush #CA629B

Color information

#CA629B (or 0xCA629B) is unknown color: approx Hopbush. HEX triplet: CA, 62 and 9B. RGB value is (202,98,155). Sum of RGB (Red+Green+Blue) = 202+98+155=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA629B is #359D64. Grayscale: #878787. Windows color (decimal): -3513701 or 10183370. OLE color: 10183370.

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

Color convert

RGB20298155-
CMYK00.510.230.21
HSL327.12º49.52%58.82%-
HSV(B)327.12º51.49%79.22%-
XYZ34.6423.6633.75-
YUV135.59138.96175.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=44.40%
G=21.54%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029815500.510.230.21327.1249.5258.82
HexCA629B0331715147323b
Octal31214223306327255076273
Binary1100101011000101001101101100111011110101101000111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA629B; }

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

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

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

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

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

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

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

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