Html Css Color HEX #C47CAC Bouquet

📋 copy color: '#C47CAC'

red 196 ◦ green 124 ◦ blue 172

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

Shades of Bouquet #C47CAC

Tints of Bouquet #C47CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.96%

R = 39.84%
G = 25.2%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C47CAC (or 0xC47CAC) is known color: Bouquet. HEX triplet: C4, 7C and AC. RGB value is (196,124,172). Sum of RGB (Red+Green+Blue) = 196+124+172=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47CAC is #3B8353. Grayscale: #969696. Windows color (decimal): -3900244 or 11304132. OLE color: 11304132.

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

Color convert

RGB 196 124 172 -
CMYK 0 0.37 0.12 0.23
HSL 320º 0.38% 0.63% -
HSV(B) 320º 0.37% 0.77% -
XYZ 37.42 29.13 42.68 -
YUV 151 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 196 124 172 0 0.37 0.12 0.23 320 0.38 0.63
Hex C4 7C AC 0 25 C 17 140 26 3F
Octal 304 174 254 0 45 14 27 500 46 77
Binary 11000100 1111100 10101100 0 100101 1100 10111 101000000 100110 111111

Color Harmonies of #C47CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CAC

Black with #C47CAC

Text Example


Text Example

White with #C47CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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