Html Css Color HEX #C47695 Hopbush

📋 copy color: '#C47695'

red 196 ◦ green 118 ◦ blue 149

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

Shades of Hopbush #C47695

Tints of Hopbush #C47695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.49%

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 42.33%
G = 25.49%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C47695 (or 0xC47695) is known color: Hopbush. HEX triplet: C4, 76 and 95. RGB value is (196,118,149). Sum of RGB (Red+Green+Blue) = 196+118+149=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C47695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47695 is #3B896A. Grayscale: #909090. Windows color (decimal): -3901803 or 9795268. OLE color: 9795268.

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

Color convert

RGB 196 118 149 -
CMYK 0 0.40 0.24 0.23
HSL 336.15º 0.4% 0.62% -
HSV(B) 336.15º 0.4% 0.77% -
XYZ 34.67 26.86 31.79 -
YUV 144.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 196 118 149 0 0.40 0.24 0.23 336.15 0.4 0.62
Hex C4 76 95 0 28 18 17 150 28 3E
Octal 304 166 225 0 50 30 27 520 50 76
Binary 11000100 1110110 10010101 0 101000 11000 10111 101010000 101000 111110

Color Harmonies of #C47695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47695

Black with #C47695

Text Example


Text Example

White with #C47695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47695; }

 p { color: rgb(196,118,149); }

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

background-color css

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

 a { background-color: rgb(196,118,149); }

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

border-color css

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

 span { border-color: rgb(196,118,149); }

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