Html Css Color HEX #C47B96 Hopbush

📋 copy color: '#C47B96'

red 196 ◦ green 123 ◦ blue 150

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

Shades of Hopbush #C47B96

Tints of Hopbush #C47B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.23%

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 41.79%
G = 26.23%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C47B96 (or 0xC47B96) is known color: Hopbush. HEX triplet: C4, 7B and 96. RGB value is (196,123,150). Sum of RGB (Red+Green+Blue) = 196+123+150=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B96 is #3B8469. Grayscale: #939393. Windows color (decimal): -3900522 or 9862084. OLE color: 9862084.

HSL color Cylindrical-coordinate representation of color #C47B96: hue angle of 337.81º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47B96 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 123 150 -
CMYK 0 0.37 0.23 0.23
HSL 337.81º 0.38% 0.63% -
HSV(B) 337.81º 0.37% 0.77% -
XYZ 35.35 28.1 32.42 -
YUV 147.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 196 123 150 0 0.37 0.23 0.23 337.81 0.38 0.63
Hex C4 7B 96 0 25 17 17 152 26 3F
Octal 304 173 226 0 45 27 27 522 46 77
Binary 11000100 1111011 10010110 0 100101 10111 10111 101010010 100110 111111

Color Harmonies of #C47B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B96

Black with #C47B96

Text Example


Text Example

White with #C47B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B96; }

 p { color: rgb(196,123,150); }

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

background-color css

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

 a { background-color: rgb(196,123,150); }

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

border-color css

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

 span { border-color: rgb(196,123,150); }

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