Html Css Color HEX #C47EA8 Bouquet

📋 copy color: '#C47EA8'

red 196 ◦ green 126 ◦ blue 168

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

Shades of Bouquet #C47EA8

Tints of Bouquet #C47EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.29%

R = 40%
G = 25.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C47EA8 (or 0xC47EA8) is known color: Bouquet. HEX triplet: C4, 7E and A8. RGB value is (196,126,168). Sum of RGB (Red+Green+Blue) = 196+126+168=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C47EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47EA8 is #3B8157. Grayscale: #979797. Windows color (decimal): -3899736 or 11042500. OLE color: 11042500.

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

Color convert

RGB 196 126 168 -
CMYK 0 0.36 0.14 0.23
HSL 324º 0.37% 0.63% -
HSV(B) 324º 0.36% 0.77% -
XYZ 37.29 29.48 40.77 -
YUV 151.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 196 126 168 0 0.36 0.14 0.23 324 0.37 0.63
Hex C4 7E A8 0 24 E 17 144 25 3F
Octal 304 176 250 0 44 16 27 504 45 77
Binary 11000100 1111110 10101000 0 100100 1110 10111 101000100 100101 111111

Color Harmonies of #C47EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47EA8

Black with #C47EA8

Text Example


Text Example

White with #C47EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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