Html Css Color HEX #C47CA2 Hopbush

📋 copy color: '#C47CA2'

red 196 ◦ green 124 ◦ blue 162

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

Shades of Hopbush #C47CA2

Tints of Hopbush #C47CA2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

 BLUE value IS 162 (63.67% from 255) = 33.61%

R = 40.66%
G = 25.73%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C47CA2 (or 0xC47CA2) is known color: Hopbush. HEX triplet: C4, 7C and A2. RGB value is (196,124,162). Sum of RGB (Red+Green+Blue) = 196+124+162=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47CA2 is #3B835D. Grayscale: #959595. Windows color (decimal): -3900254 or 10648772. OLE color: 10648772.

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

Color convert

RGB 196 124 162 -
CMYK 0 0.37 0.17 0.23
HSL 328.33º 0.38% 0.63% -
HSV(B) 328.33º 0.37% 0.77% -
XYZ 36.49 28.76 37.81 -
YUV 149.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 196 124 162 0 0.37 0.17 0.23 328.33 0.38 0.63
Hex C4 7C A2 0 25 11 17 148 26 3F
Octal 304 174 242 0 45 21 27 510 46 77
Binary 11000100 1111100 10100010 0 100101 10001 10111 101001000 100110 111111

Color Harmonies of #C47CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CA2

Black with #C47CA2

Text Example


Text Example

White with #C47CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CA2; }

 p { color: rgb(196,124,162); }

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

background-color css

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

 a { background-color: rgb(196,124,162); }

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

border-color css

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

 span { border-color: rgb(196,124,162); }

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