#C2629C

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

Shades of Hopbush #C2629C

Tints of Hopbush #C2629C

Color information

#C2629C (or 0xC2629C) is unknown color: approx Hopbush. HEX triplet: C2, 62 and 9C. RGB value is (194,98,156). Sum of RGB (Red+Green+Blue) = 194+98+156=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2629C is #3D9D63. Grayscale: #858585. Windows color (decimal): -4037988 or 10248898. OLE color: 10248898.

HSL color Cylindrical-coordinate representation of color #C2629C: hue angle of 323.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2629C is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB19498156-
CMYK00.490.200.24
HSL323.75º44.04%57.25%-
HSV(B)323.75º49.48%76.08%-
XYZ32.6222.634.1-
YUV133.32140.8171.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 98 (38.67% from 255) = 21.88%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=43.30%
G=21.88%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949815600.490.200.24323.7544.0457.25
HexC2629C03114181442c39
Octal30214223406124305045471
Binary1100001011000101001110001100011010011000101000100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2629C; }

 p { color: rgb(194,98,156); }

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

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

 a { background-color: rgb(194,98,156); }

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

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

 span { border-color: rgb(194,98,156); }

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