Html Css Color HEX #C47BAC Bouquet

📋 copy color: '#C47BAC'

red 196 ◦ green 123 ◦ blue 172

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

Shades of Bouquet #C47BAC

Tints of Bouquet #C47BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.05%

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

R = 39.92%
G = 25.05%
B = 35.03%

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

#C47BAC (or 0xC47BAC) is known color: Bouquet. HEX triplet: C4, 7B and AC. RGB value is (196,123,172). Sum of RGB (Red+Green+Blue) = 196+123+172=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BAC is #3B8453. Grayscale: #969696. Windows color (decimal): -3900500 or 11303876. OLE color: 11303876.

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

Color convert

RGB 196 123 172 -
CMYK 0 0.37 0.12 0.23
HSL 319.73º 0.38% 0.63% -
HSV(B) 319.73º 0.37% 0.77% -
XYZ 37.29 28.88 42.64 -
YUV 150.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 196 123 172 0 0.37 0.12 0.23 319.73 0.38 0.63
Hex C4 7B AC 0 25 C 17 140 26 3F
Octal 304 173 254 0 45 14 27 500 46 77
Binary 11000100 1111011 10101100 0 100101 1100 10111 101000000 100110 111111

Color Harmonies of #C47BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BAC

Black with #C47BAC

Text Example


Text Example

White with #C47BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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