Html Css Color HEX #C47097 Hopbush

📋 copy color: '#C47097'

red 196 ◦ green 112 ◦ blue 151

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

Shades of Hopbush #C47097

Tints of Hopbush #C47097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 42.7%
G = 24.4%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C47097 (or 0xC47097) is known color: Hopbush. HEX triplet: C4, 70 and 97. RGB value is (196,112,151). Sum of RGB (Red+Green+Blue) = 196+112+151=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C47097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47097 is #3B8F68. Grayscale: #8D8D8D. Windows color (decimal): -3903337 or 9924804. OLE color: 9924804.

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

Color convert

RGB 196 112 151 -
CMYK 0 0.43 0.23 0.23
HSL 332.14º 0.42% 0.6% -
HSV(B) 332.14º 0.43% 0.77% -
XYZ 34.15 25.56 32.41 -
YUV 141.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 196 112 151 0 0.43 0.23 0.23 332.14 0.42 0.6
Hex C4 70 97 0 2B 17 17 14C 2A 3C
Octal 304 160 227 0 53 27 27 514 52 74
Binary 11000100 1110000 10010111 0 101011 10111 10111 101001100 101010 111100

Color Harmonies of #C47097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47097

Black with #C47097

Text Example


Text Example

White with #C47097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47097; }

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

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

background-color css

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

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

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

border-color css

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

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

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