Html Css Color HEX #C377AF Bouquet

📋 copy color: '#C377AF'

red 195 ◦ green 119 ◦ blue 175

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

Shades of Bouquet #C377AF

Tints of Bouquet #C377AF

RGB

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

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

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

R = 39.88%
G = 24.34%
B = 35.79%

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

#C377AF (or 0xC377AF) is known color: Bouquet. HEX triplet: C3, 77 and AF. RGB value is (195,119,175). Sum of RGB (Red+Green+Blue) = 195+119+175=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C377AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C377AF is #3C8850. Grayscale: #939393. Windows color (decimal): -3967057 or 11499459. OLE color: 11499459.

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

Color convert

RGB 195 119 175 -
CMYK 0 0.39 0.10 0.24
HSL 315.79º 0.39% 0.62% -
HSV(B) 315.79º 0.39% 0.76% -
XYZ 36.84 27.89 44 -
YUV 148.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 195 119 175 0 0.39 0.10 0.24 315.79 0.39 0.62
Hex C3 77 AF 0 27 A 18 13C 27 3E
Octal 303 167 257 0 47 12 30 474 47 76
Binary 11000011 1110111 10101111 0 100111 1010 11000 100111100 100111 111110

Color Harmonies of #C377AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377AF

Black with #C377AF

Text Example


Text Example

White with #C377AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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