Html Css Color HEX #C276AB Bouquet

📋 copy color: '#C276AB'

red 194 ◦ green 118 ◦ blue 171

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

Shades of Bouquet #C276AB

Tints of Bouquet #C276AB

RGB

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

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

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

R = 40.17%
G = 24.43%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C276AB (or 0xC276AB) is known color: Bouquet. HEX triplet: C2, 76 and AB. RGB value is (194,118,171). Sum of RGB (Red+Green+Blue) = 194+118+171=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C276AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C276AB is #3D8954. Grayscale: #929292. Windows color (decimal): -4032853 or 11237058. OLE color: 11237058.

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

Color convert

RGB 194 118 171 -
CMYK 0 0.39 0.12 0.24
HSL 318.16º 0.38% 0.61% -
HSV(B) 318.16º 0.39% 0.76% -
XYZ 36.08 27.37 41.91 -
YUV 146.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 194 118 171 0 0.39 0.12 0.24 318.16 0.38 0.61
Hex C2 76 AB 0 27 C 18 13E 26 3D
Octal 302 166 253 0 47 14 30 476 46 75
Binary 11000010 1110110 10101011 0 100111 1100 11000 100111110 100110 111101

Color Harmonies of #C276AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276AB

Black with #C276AB

Text Example


Text Example

White with #C276AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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