Html Css Color HEX #C277AA Bouquet

📋 copy color: '#C277AA'

red 194 ◦ green 119 ◦ blue 170

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

Shades of Bouquet #C277AA

Tints of Bouquet #C277AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.64%

 BLUE value IS 170 (66.8% from 255) = 35.2%

R = 40.17%
G = 24.64%
B = 35.2%

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

#C277AA (or 0xC277AA) is known color: Bouquet. HEX triplet: C2, 77 and AA. RGB value is (194,119,170). Sum of RGB (Red+Green+Blue) = 194+119+170=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C277AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C277AA is #3D8855. Grayscale: #939393. Windows color (decimal): -4032598 or 11171778. OLE color: 11171778.

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

Color convert

RGB 194 119 170 -
CMYK 0 0.39 0.12 0.24
HSL 319.2º 0.38% 0.61% -
HSV(B) 319.2º 0.39% 0.76% -
XYZ 36.1 27.57 41.45 -
YUV 147.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 194 119 170 0 0.39 0.12 0.24 319.2 0.38 0.61
Hex C2 77 AA 0 27 C 18 13F 26 3D
Octal 302 167 252 0 47 14 30 477 46 75
Binary 11000010 1110111 10101010 0 100111 1100 11000 100111111 100110 111101

Color Harmonies of #C277AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277AA

Black with #C277AA

Text Example


Text Example

White with #C277AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277AA; }

 p { color: rgb(194,119,170); }

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

background-color css

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

 a { background-color: rgb(194,119,170); }

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

border-color css

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

 span { border-color: rgb(194,119,170); }

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