Html Css Color HEX #C47596 Hopbush

📋 copy color: '#C47596'

red 196 ◦ green 117 ◦ blue 150

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

Shades of Hopbush #C47596

Tints of Hopbush #C47596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.27%

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

R = 42.33%
G = 25.27%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C47596 (or 0xC47596) is known color: Hopbush. HEX triplet: C4, 75 and 96. RGB value is (196,117,150). Sum of RGB (Red+Green+Blue) = 196+117+150=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C47596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47596 is #3B8A69. Grayscale: #909090. Windows color (decimal): -3902058 or 9860548. OLE color: 9860548.

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

Color convert

RGB 196 117 150 -
CMYK 0 0.40 0.23 0.23
HSL 334.94º 0.4% 0.61% -
HSV(B) 334.94º 0.4% 0.77% -
XYZ 34.63 26.66 32.17 -
YUV 144.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 196 117 150 0 0.40 0.23 0.23 334.94 0.4 0.61
Hex C4 75 96 0 28 17 17 14F 28 3D
Octal 304 165 226 0 50 27 27 517 50 75
Binary 11000100 1110101 10010110 0 101000 10111 10111 101001111 101000 111101

Color Harmonies of #C47596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47596

Black with #C47596

Text Example


Text Example

White with #C47596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47596; }

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

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

background-color css

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

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

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

border-color css

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

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

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