Html Css Color HEX #C376AF Bouquet

📋 copy color: '#C376AF'

red 195 ◦ green 118 ◦ blue 175

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

Shades of Bouquet #C376AF

Tints of Bouquet #C376AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.18%

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

R = 39.96%
G = 24.18%
B = 35.86%

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

#C376AF (or 0xC376AF) is known color: Bouquet. HEX triplet: C3, 76 and AF. RGB value is (195,118,175). Sum of RGB (Red+Green+Blue) = 195+118+175=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C376AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C376AF is #3C8950. Grayscale: #939393. Windows color (decimal): -3967313 or 11499203. OLE color: 11499203.

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

Color convert

RGB 195 118 175 -
CMYK 0 0.39 0.10 0.24
HSL 315.58º 0.39% 0.61% -
HSV(B) 315.58º 0.39% 0.76% -
XYZ 36.72 27.65 43.96 -
YUV 147.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 195 118 175 0 0.39 0.10 0.24 315.58 0.39 0.61
Hex C3 76 AF 0 27 A 18 13C 27 3D
Octal 303 166 257 0 47 12 30 474 47 75
Binary 11000011 1110110 10101111 0 100111 1010 11000 100111100 100111 111101

Color Harmonies of #C376AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376AF

Black with #C376AF

Text Example


Text Example

White with #C376AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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