Html Css Color HEX #C276AC Bouquet

📋 copy color: '#C276AC'

red 194 ◦ green 118 ◦ blue 172

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

Shades of Bouquet #C276AC

Tints of Bouquet #C276AC

RGB

 RED value IS 194 (76.17% from 255) = 40.08%

 GREEN value IS 118 (46.48% from 255) = 24.38%

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

R = 40.08%
G = 24.38%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C276AC (or 0xC276AC) is known color: Bouquet. HEX triplet: C2, 76 and AC. RGB value is (194,118,172). Sum of RGB (Red+Green+Blue) = 194+118+172=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C276AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C276AC is #3D8953. Grayscale: #929292. Windows color (decimal): -4032852 or 11302594. OLE color: 11302594.

HSL color Cylindrical-coordinate representation of color #C276AC: hue angle of 317.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C276AC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 172 -
CMYK 0 0.39 0.11 0.24
HSL 317.37º 0.38% 0.61% -
HSV(B) 317.37º 0.39% 0.76% -
XYZ 36.17 27.4 42.41 -
YUV 146.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 194 118 172 0 0.39 0.11 0.24 317.37 0.38 0.61
Hex C2 76 AC 0 27 B 18 13D 26 3D
Octal 302 166 254 0 47 13 30 475 46 75
Binary 11000010 1110110 10101100 0 100111 1011 11000 100111101 100110 111101

Color Harmonies of #C276AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276AC

Black with #C276AC

Text Example


Text Example

White with #C276AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276AC; }

 p { color: rgb(194,118,172); }

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

background-color css

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

 a { background-color: rgb(194,118,172); }

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

border-color css

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

 span { border-color: rgb(194,118,172); }

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