Html Css Color HEX #C577AF Bouquet

📋 copy color: '#C577AF'

red 197 ◦ green 119 ◦ blue 175

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

Shades of Bouquet #C577AF

Tints of Bouquet #C577AF

RGB

 RED value IS 197 (77.34% from 255) = 40.12%

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 40.12%
G = 24.24%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C577AF (or 0xC577AF) is known color: Bouquet. HEX triplet: C5, 77 and AF. RGB value is (197,119,175). Sum of RGB (Red+Green+Blue) = 197+119+175=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C577AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C577AF is #3A8850. Grayscale: #949494. Windows color (decimal): -3835985 or 11499461. OLE color: 11499461.

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

Color convert

RGB 197 119 175 -
CMYK 0 0.40 0.11 0.23
HSL 316.92º 0.4% 0.62% -
HSV(B) 316.92º 0.4% 0.77% -
XYZ 37.36 28.16 44.02 -
YUV 148.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 197 119 175 0 0.40 0.11 0.23 316.92 0.4 0.62
Hex C5 77 AF 0 28 B 17 13D 28 3E
Octal 305 167 257 0 50 13 27 475 50 76
Binary 11000101 1110111 10101111 0 101000 1011 10111 100111101 101000 111110

Color Harmonies of #C577AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577AF

Black with #C577AF

Text Example


Text Example

White with #C577AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577AF; }

 p { color: rgb(197,119,175); }

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

background-color css

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

 a { background-color: rgb(197,119,175); }

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

border-color css

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

 span { border-color: rgb(197,119,175); }

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