Html Css Color HEX #C080AB Bouquet

📋 copy color: '#C080AB'

red 192 ◦ green 128 ◦ blue 171

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

Shades of Bouquet #C080AB

Tints of Bouquet #C080AB

RGB

 RED value IS 192 (75.39% from 255) = 39.1%

 GREEN value IS 128 (50.39% from 255) = 26.07%

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

R = 39.1%
G = 26.07%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C080AB (or 0xC080AB) is known color: Bouquet. HEX triplet: C0, 80 and AB. RGB value is (192,128,171). Sum of RGB (Red+Green+Blue) = 192+128+171=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C080AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080AB is #3F7F54. Grayscale: #979797. Windows color (decimal): -4161365 or 11239616. OLE color: 11239616.

HSL color Cylindrical-coordinate representation of color #C080AB: hue angle of 319.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C080AB is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 171 -
CMYK 0 0.33 0.11 0.25
HSL 319.69º 0.34% 0.63% -
HSV(B) 319.69º 0.33% 0.75% -
XYZ 36.81 29.59 42.3 -
YUV 152.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 192 128 171 0 0.33 0.11 0.25 319.69 0.34 0.63
Hex C0 80 AB 0 21 B 19 140 22 3F
Octal 300 200 253 0 41 13 31 500 42 77
Binary 11000000 10000000 10101011 0 100001 1011 11001 101000000 100010 111111

Color Harmonies of #C080AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080AB

Black with #C080AB

Text Example


Text Example

White with #C080AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080AB; }

 p { color: rgb(192,128,171); }

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

background-color css

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

 a { background-color: rgb(192,128,171); }

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

border-color css

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

 span { border-color: rgb(192,128,171); }

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