Html Css Color HEX #C47BAB Bouquet

📋 copy color: '#C47BAB'

red 196 ◦ green 123 ◦ blue 171

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

Shades of Bouquet #C47BAB

Tints of Bouquet #C47BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 40%
G = 25.1%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C47BAB (or 0xC47BAB) is known color: Bouquet. HEX triplet: C4, 7B and AB. RGB value is (196,123,171). Sum of RGB (Red+Green+Blue) = 196+123+171=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BAB is #3B8454. Grayscale: #969696. Windows color (decimal): -3900501 or 11238340. OLE color: 11238340.

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

Color convert

RGB 196 123 171 -
CMYK 0 0.37 0.13 0.23
HSL 320.55º 0.38% 0.63% -
HSV(B) 320.55º 0.37% 0.77% -
XYZ 37.2 28.84 42.13 -
YUV 150.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 196 123 171 0 0.37 0.13 0.23 320.55 0.38 0.63
Hex C4 7B AB 0 25 D 17 141 26 3F
Octal 304 173 253 0 45 15 27 501 46 77
Binary 11000100 1111011 10101011 0 100101 1101 10111 101000001 100110 111111

Color Harmonies of #C47BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BAB

Black with #C47BAB

Text Example


Text Example

White with #C47BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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