Html Css Color HEX #C277AE Bouquet

📋 copy color: '#C277AE'

red 194 ◦ green 119 ◦ blue 174

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

Shades of Bouquet #C277AE

Tints of Bouquet #C277AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.73%

R = 39.84%
G = 24.44%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C277AE (or 0xC277AE) is known color: Bouquet. HEX triplet: C2, 77 and AE. RGB value is (194,119,174). Sum of RGB (Red+Green+Blue) = 194+119+174=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C277AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C277AE is #3D8851. Grayscale: #939393. Windows color (decimal): -4032594 or 11433922. OLE color: 11433922.

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

Color convert

RGB 194 119 174 -
CMYK 0 0.39 0.10 0.24
HSL 316º 0.38% 0.61% -
HSV(B) 316º 0.39% 0.76% -
XYZ 36.48 27.72 43.47 -
YUV 147.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 194 119 174 0 0.39 0.10 0.24 316 0.38 0.61
Hex C2 77 AE 0 27 A 18 13C 26 3D
Octal 302 167 256 0 47 12 30 474 46 75
Binary 11000010 1110111 10101110 0 100111 1010 11000 100111100 100110 111101

Color Harmonies of #C277AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277AE

Black with #C277AE

Text Example


Text Example

White with #C277AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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