Html Css Color HEX #C076AB Bouquet

📋 copy color: '#C076AB'

red 192 ◦ green 118 ◦ blue 171

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

Shades of Bouquet #C076AB

Tints of Bouquet #C076AB

RGB

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

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

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

R = 39.92%
G = 24.53%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C076AB (or 0xC076AB) is known color: Bouquet. HEX triplet: C0, 76 and AB. RGB value is (192,118,171). Sum of RGB (Red+Green+Blue) = 192+118+171=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C076AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076AB is #3F8954. Grayscale: #929292. Windows color (decimal): -4163925 or 11237056. OLE color: 11237056.

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

Color convert

RGB 192 118 171 -
CMYK 0 0.39 0.11 0.25
HSL 317.03º 0.37% 0.61% -
HSV(B) 317.03º 0.39% 0.75% -
XYZ 35.57 27.1 41.89 -
YUV 146.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 192 118 171 0 0.39 0.11 0.25 317.03 0.37 0.61
Hex C0 76 AB 0 27 B 19 13D 25 3D
Octal 300 166 253 0 47 13 31 475 45 75
Binary 11000000 1110110 10101011 0 100111 1011 11001 100111101 100101 111101

Color Harmonies of #C076AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076AB

Black with #C076AB

Text Example


Text Example

White with #C076AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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