Html Css Color HEX #C47094 Hopbush

📋 copy color: '#C47094'

red 196 ◦ green 112 ◦ blue 148

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

Shades of Hopbush #C47094

Tints of Hopbush #C47094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 42.98%
G = 24.56%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C47094 (or 0xC47094) is known color: Hopbush. HEX triplet: C4, 70 and 94. RGB value is (196,112,148). Sum of RGB (Red+Green+Blue) = 196+112+148=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C47094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47094 is #3B8F6B. Grayscale: #8D8D8D. Windows color (decimal): -3903340 or 9728196. OLE color: 9728196.

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

Color convert

RGB 196 112 148 -
CMYK 0 0.43 0.24 0.23
HSL 334.29º 0.42% 0.6% -
HSV(B) 334.29º 0.43% 0.77% -
XYZ 33.9 25.46 31.14 -
YUV 141.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 196 112 148 0 0.43 0.24 0.23 334.29 0.42 0.6
Hex C4 70 94 0 2B 18 17 14E 2A 3C
Octal 304 160 224 0 53 30 27 516 52 74
Binary 11000100 1110000 10010100 0 101011 11000 10111 101001110 101010 111100

Color Harmonies of #C47094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47094

Black with #C47094

Text Example


Text Example

White with #C47094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47094; }

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

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

background-color css

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

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

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

border-color css

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

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

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