Html Css Color HEX #C4749E Hopbush

📋 copy color: '#C4749E'

red 196 ◦ green 116 ◦ blue 158

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

Shades of Hopbush #C4749E

Tints of Hopbush #C4749E

RGB

 RED value IS 196 (76.95% from 255) = 41.7%

 GREEN value IS 116 (45.7% from 255) = 24.68%

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

R = 41.7%
G = 24.68%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4749E (or 0xC4749E) is known color: Hopbush. HEX triplet: C4, 74 and 9E. RGB value is (196,116,158). Sum of RGB (Red+Green+Blue) = 196+116+158=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4749E is #3B8B61. Grayscale: #909090. Windows color (decimal): -3902306 or 10384580. OLE color: 10384580.

HSL color Cylindrical-coordinate representation of color #C4749E: hue angle of 328.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4749E is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 158 -
CMYK 0 0.41 0.19 0.23
HSL 328.5º 0.4% 0.61% -
HSV(B) 328.5º 0.41% 0.77% -
XYZ 35.18 26.7 35.65 -
YUV 144.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 196 116 158 0 0.41 0.19 0.23 328.5 0.4 0.61
Hex C4 74 9E 0 29 13 17 148 28 3D
Octal 304 164 236 0 51 23 27 510 50 75
Binary 11000100 1110100 10011110 0 101001 10011 10111 101001000 101000 111101

Color Harmonies of #C4749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4749E

Black with #C4749E

Text Example


Text Example

White with #C4749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4749E; }

 p { color: rgb(196,116,158); }

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

background-color css

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

 a { background-color: rgb(196,116,158); }

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

border-color css

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

 span { border-color: rgb(196,116,158); }

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