Html Css Color HEX #C4749A Hopbush

📋 copy color: '#C4749A'

red 196 ◦ green 116 ◦ blue 154

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

Shades of Hopbush #C4749A

Tints of Hopbush #C4749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.05%

R = 42.06%
G = 24.89%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4749A (or 0xC4749A) is known color: Hopbush. HEX triplet: C4, 74 and 9A. RGB value is (196,116,154). Sum of RGB (Red+Green+Blue) = 196+116+154=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4749A is #3B8B65. Grayscale: #909090. Windows color (decimal): -3902310 or 10122436. OLE color: 10122436.

HSL color Cylindrical-coordinate representation of color #C4749A: hue angle of 331.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 #C4749A is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 154 -
CMYK 0 0.41 0.21 0.23
HSL 331.5º 0.4% 0.61% -
HSV(B) 331.5º 0.41% 0.77% -
XYZ 34.84 26.56 33.86 -
YUV 144.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 196 116 154 0 0.41 0.21 0.23 331.5 0.4 0.61
Hex C4 74 9A 0 29 15 17 14C 28 3D
Octal 304 164 232 0 51 25 27 514 50 75
Binary 11000100 1110100 10011010 0 101001 10101 10111 101001100 101000 111101

Color Harmonies of #C4749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4749A

Black with #C4749A

Text Example


Text Example

White with #C4749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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