Html Css Color HEX #C47EA5 Hopbush

📋 copy color: '#C47EA5'

red 196 ◦ green 126 ◦ blue 165

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

Shades of Hopbush #C47EA5

Tints of Hopbush #C47EA5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.87%

 BLUE value IS 165 (64.84% from 255) = 33.88%

R = 40.25%
G = 25.87%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C47EA5 (or 0xC47EA5) is known color: Hopbush. HEX triplet: C4, 7E and A5. RGB value is (196,126,165). Sum of RGB (Red+Green+Blue) = 196+126+165=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C47EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47EA5 is #3B815A. Grayscale: #979797. Windows color (decimal): -3899739 or 10845892. OLE color: 10845892.

HSL color Cylindrical-coordinate representation of color #C47EA5: hue angle of 326.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47EA5 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 126 165 -
CMYK 0 0.36 0.16 0.23
HSL 326.57º 0.37% 0.63% -
HSV(B) 326.57º 0.36% 0.77% -
XYZ 37.02 29.37 39.32 -
YUV 151.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 196 126 165 0 0.36 0.16 0.23 326.57 0.37 0.63
Hex C4 7E A5 0 24 10 17 147 25 3F
Octal 304 176 245 0 44 20 27 507 45 77
Binary 11000100 1111110 10100101 0 100100 10000 10111 101000111 100101 111111

Color Harmonies of #C47EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47EA5

Black with #C47EA5

Text Example


Text Example

White with #C47EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47EA5; }

 p { color: rgb(196,126,165); }

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

background-color css

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

 a { background-color: rgb(196,126,165); }

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

border-color css

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

 span { border-color: rgb(196,126,165); }

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