Html Css Color HEX #C47498 Hopbush

📋 copy color: '#C47498'

red 196 ◦ green 116 ◦ blue 152

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

Shades of Hopbush #C47498

Tints of Hopbush #C47498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.76%

R = 42.24%
G = 25%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C47498 (or 0xC47498) is known color: Hopbush. HEX triplet: C4, 74 and 98. RGB value is (196,116,152). Sum of RGB (Red+Green+Blue) = 196+116+152=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C47498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47498 is #3B8B67. Grayscale: #8F8F8F. Windows color (decimal): -3902312 or 9991364. OLE color: 9991364.

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

Color convert

RGB 196 116 152 -
CMYK 0 0.41 0.22 0.23
HSL 333º 0.4% 0.61% -
HSV(B) 333º 0.41% 0.77% -
XYZ 34.68 26.49 32.99 -
YUV 144.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 196 116 152 0 0.41 0.22 0.23 333 0.4 0.61
Hex C4 74 98 0 29 16 17 14D 28 3D
Octal 304 164 230 0 51 26 27 515 50 75
Binary 11000100 1110100 10011000 0 101001 10110 10111 101001101 101000 111101

Color Harmonies of #C47498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47498

Black with #C47498

Text Example


Text Example

White with #C47498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47498; }

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

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

background-color css

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

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

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

border-color css

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

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

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