Html Css Color HEX #C376AB Bouquet

📋 copy color: '#C376AB'

red 195 ◦ green 118 ◦ blue 171

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

Shades of Bouquet #C376AB

Tints of Bouquet #C376AB

RGB

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

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

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

R = 40.29%
G = 24.38%
B = 35.33%

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

#C376AB (or 0xC376AB) is known color: Bouquet. HEX triplet: C3, 76 and AB. RGB value is (195,118,171). Sum of RGB (Red+Green+Blue) = 195+118+171=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C376AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C376AB is #3C8954. Grayscale: #929292. Windows color (decimal): -3967317 or 11237059. OLE color: 11237059.

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

Color convert

RGB 195 118 171 -
CMYK 0 0.39 0.12 0.24
HSL 318.7º 0.39% 0.61% -
HSV(B) 318.7º 0.39% 0.76% -
XYZ 36.33 27.5 41.92 -
YUV 147.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 195 118 171 0 0.39 0.12 0.24 318.7 0.39 0.61
Hex C3 76 AB 0 27 C 18 13F 27 3D
Octal 303 166 253 0 47 14 30 477 47 75
Binary 11000011 1110110 10101011 0 100111 1100 11000 100111111 100111 111101

Color Harmonies of #C376AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376AB

Black with #C376AB

Text Example


Text Example

White with #C376AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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