Html Css Color HEX #C478AB Bouquet

📋 copy color: '#C478AB'

red 196 ◦ green 120 ◦ blue 171

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

Shades of Bouquet #C478AB

Tints of Bouquet #C478AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.64%

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

R = 40.25%
G = 24.64%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C478AB (or 0xC478AB) is known color: Bouquet. HEX triplet: C4, 78 and AB. RGB value is (196,120,171). Sum of RGB (Red+Green+Blue) = 196+120+171=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C478AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C478AB is #3B8754. Grayscale: #949494. Windows color (decimal): -3901269 or 11237572. OLE color: 11237572.

HSL color Cylindrical-coordinate representation of color #C478AB: hue angle of 319.74º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C478AB is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 171 -
CMYK 0 0.39 0.13 0.23
HSL 319.74º 0.39% 0.62% -
HSV(B) 319.74º 0.39% 0.77% -
XYZ 36.83 28.11 42.01 -
YUV 148.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 196 120 171 0 0.39 0.13 0.23 319.74 0.39 0.62
Hex C4 78 AB 0 27 D 17 140 27 3E
Octal 304 170 253 0 47 15 27 500 47 76
Binary 11000100 1111000 10101011 0 100111 1101 10111 101000000 100111 111110

Color Harmonies of #C478AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478AB

Black with #C478AB

Text Example


Text Example

White with #C478AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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