Html Css Color HEX #C47297 Hopbush

📋 copy color: '#C47297'

red 196 ◦ green 114 ◦ blue 151

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

Shades of Hopbush #C47297

Tints of Hopbush #C47297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

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

R = 42.52%
G = 24.73%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C47297 (or 0xC47297) is known color: Hopbush. HEX triplet: C4, 72 and 97. RGB value is (196,114,151). Sum of RGB (Red+Green+Blue) = 196+114+151=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C47297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47297 is #3B8D68. Grayscale: #8E8E8E. Windows color (decimal): -3902825 or 9925316. OLE color: 9925316.

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

Color convert

RGB 196 114 151 -
CMYK 0 0.42 0.23 0.23
HSL 332.93º 0.41% 0.61% -
HSV(B) 332.93º 0.42% 0.77% -
XYZ 34.37 26 32.49 -
YUV 142.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 196 114 151 0 0.42 0.23 0.23 332.93 0.41 0.61
Hex C4 72 97 0 2A 17 17 14D 29 3D
Octal 304 162 227 0 52 27 27 515 51 75
Binary 11000100 1110010 10010111 0 101010 10111 10111 101001101 101001 111101

Color Harmonies of #C47297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47297

Black with #C47297

Text Example


Text Example

White with #C47297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47297; }

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

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

background-color css

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

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

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

border-color css

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

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

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