Html Css Color HEX #C377AA Bouquet

📋 copy color: '#C377AA'

red 195 ◦ green 119 ◦ blue 170

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

Shades of Bouquet #C377AA

Tints of Bouquet #C377AA

RGB

 RED value IS 195 (76.56% from 255) = 40.29%

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

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

R = 40.29%
G = 24.59%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C377AA (or 0xC377AA) is known color: Bouquet. HEX triplet: C3, 77 and AA. RGB value is (195,119,170). Sum of RGB (Red+Green+Blue) = 195+119+170=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C377AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C377AA is #3C8855. Grayscale: #939393. Windows color (decimal): -3967062 or 11171779. OLE color: 11171779.

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

Color convert

RGB 195 119 170 -
CMYK 0 0.39 0.13 0.24
HSL 319.74º 0.39% 0.62% -
HSV(B) 319.74º 0.39% 0.76% -
XYZ 36.36 27.7 41.46 -
YUV 147.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 195 119 170 0 0.39 0.13 0.24 319.74 0.39 0.62
Hex C3 77 AA 0 27 D 18 140 27 3E
Octal 303 167 252 0 47 15 30 500 47 76
Binary 11000011 1110111 10101010 0 100111 1101 11000 101000000 100111 111110

Color Harmonies of #C377AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377AA

Black with #C377AA

Text Example


Text Example

White with #C377AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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