Html Css Color HEX #C377AB Bouquet

📋 copy color: '#C377AB'

red 195 ◦ green 119 ◦ blue 171

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

Shades of Bouquet #C377AB

Tints of Bouquet #C377AB

RGB

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

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

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

R = 40.21%
G = 24.54%
B = 35.26%

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

#C377AB (or 0xC377AB) is known color: Bouquet. HEX triplet: C3, 77 and AB. RGB value is (195,119,171). Sum of RGB (Red+Green+Blue) = 195+119+171=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C377AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C377AB is #3C8854. Grayscale: #939393. Windows color (decimal): -3967061 or 11237315. OLE color: 11237315.

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

Color convert

RGB 195 119 171 -
CMYK 0 0.39 0.12 0.24
HSL 318.95º 0.39% 0.62% -
HSV(B) 318.95º 0.39% 0.76% -
XYZ 36.45 27.74 41.96 -
YUV 147.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 195 119 171 0 0.39 0.12 0.24 318.95 0.39 0.62
Hex C3 77 AB 0 27 C 18 13F 27 3E
Octal 303 167 253 0 47 14 30 477 47 76
Binary 11000011 1110111 10101011 0 100111 1100 11000 100111111 100111 111110

Color Harmonies of #C377AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377AB

Black with #C377AB

Text Example


Text Example

White with #C377AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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