Html Css Color HEX #C47194 Hopbush

📋 copy color: '#C47194'

red 196 ◦ green 113 ◦ blue 148

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

Shades of Hopbush #C47194

Tints of Hopbush #C47194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.73%

 BLUE value IS 148 (58.2% from 255) = 32.39%

R = 42.89%
G = 24.73%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C47194 (or 0xC47194) is known color: Hopbush. HEX triplet: C4, 71 and 94. RGB value is (196,113,148). Sum of RGB (Red+Green+Blue) = 196+113+148=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C47194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47194 is #3B8E6B. Grayscale: #8D8D8D. Windows color (decimal): -3903084 or 9728452. OLE color: 9728452.

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

Color convert

RGB 196 113 148 -
CMYK 0 0.42 0.24 0.23
HSL 334.7º 0.41% 0.61% -
HSV(B) 334.7º 0.42% 0.77% -
XYZ 34.02 25.68 31.18 -
YUV 141.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 196 113 148 0 0.42 0.24 0.23 334.7 0.41 0.61
Hex C4 71 94 0 2A 18 17 14F 29 3D
Octal 304 161 224 0 52 30 27 517 51 75
Binary 11000100 1110001 10010100 0 101010 11000 10111 101001111 101001 111101

Color Harmonies of #C47194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47194

Black with #C47194

Text Example


Text Example

White with #C47194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47194; }

 p { color: rgb(196,113,148); }

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

background-color css

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

 a { background-color: rgb(196,113,148); }

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

border-color css

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

 span { border-color: rgb(196,113,148); }

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