Html Css Color HEX #C47098 Hopbush

📋 copy color: '#C47098'

red 196 ◦ green 112 ◦ blue 152

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

Shades of Hopbush #C47098

Tints of Hopbush #C47098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

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

R = 42.61%
G = 24.35%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C47098 (or 0xC47098) is known color: Hopbush. HEX triplet: C4, 70 and 98. RGB value is (196,112,152). Sum of RGB (Red+Green+Blue) = 196+112+152=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C47098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47098 is #3B8F67. Grayscale: #8D8D8D. Windows color (decimal): -3903336 or 9990340. OLE color: 9990340.

HSL color Cylindrical-coordinate representation of color #C47098: hue angle of 331.43º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47098 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 152 -
CMYK 0 0.43 0.22 0.23
HSL 331.43º 0.42% 0.6% -
HSV(B) 331.43º 0.43% 0.77% -
XYZ 34.23 25.59 32.84 -
YUV 141.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 196 112 152 0 0.43 0.22 0.23 331.43 0.42 0.6
Hex C4 70 98 0 2B 16 17 14B 2A 3C
Octal 304 160 230 0 53 26 27 513 52 74
Binary 11000100 1110000 10011000 0 101011 10110 10111 101001011 101010 111100

Color Harmonies of #C47098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47098

Black with #C47098

Text Example


Text Example

White with #C47098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47098; }

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

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

background-color css

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

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

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

border-color css

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

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

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