Html Css Color HEX #C2649E Hopbush

📋 copy color: '#C2649E'

red 194 ◦ green 100 ◦ blue 158

#C2649E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C2649E

Tints of Hopbush #C2649E

RGB

 RED value IS 194 (76.17% from 255) = 42.92%

 GREEN value IS 100 (39.45% from 255) = 22.12%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 42.92%
G = 22.12%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2649E (or 0xC2649E) is known color: Hopbush. HEX triplet: C2, 64 and 9E. RGB value is (194,100,158). Sum of RGB (Red+Green+Blue) = 194+100+158=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2649E is #3D9B61. Grayscale: #868686. Windows color (decimal): -4037474 or 10380482. OLE color: 10380482.

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

Color convert

RGB 194 100 158 -
CMYK 0 0.48 0.19 0.24
HSL 322.98º 0.44% 0.58% -
HSV(B) 322.98º 0.48% 0.76% -
XYZ 32.98 23.05 35.06 -
YUV 134.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 194 100 158 0 0.48 0.19 0.24 322.98 0.44 0.58
Hex C2 64 9E 0 30 13 18 143 2C 3A
Octal 302 144 236 0 60 23 30 503 54 72
Binary 11000010 1100100 10011110 0 110000 10011 11000 101000011 101100 111010

Color Harmonies of #C2649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2649E

Black with #C2649E

Text Example


Text Example

White with #C2649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2649E; }

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

 H1.HeaderClassName
 {
   color: #C2649E;
 }
 .AnyTagClassName
 {
   color: #C2649E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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