Html Css Color HEX #C076AC Bouquet

📋 copy color: '#C076AC'

red 192 ◦ green 118 ◦ blue 172

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

Shades of Bouquet #C076AC

Tints of Bouquet #C076AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 39.83%
G = 24.48%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C076AC (or 0xC076AC) is known color: Bouquet. HEX triplet: C0, 76 and AC. RGB value is (192,118,172). Sum of RGB (Red+Green+Blue) = 192+118+172=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C076AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076AC is #3F8953. Grayscale: #929292. Windows color (decimal): -4163924 or 11302592. OLE color: 11302592.

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

Color convert

RGB 192 118 172 -
CMYK 0 0.39 0.10 0.25
HSL 316.22º 0.37% 0.61% -
HSV(B) 316.22º 0.39% 0.75% -
XYZ 35.66 27.14 42.39 -
YUV 146.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 192 118 172 0 0.39 0.10 0.25 316.22 0.37 0.61
Hex C0 76 AC 0 27 A 19 13C 25 3D
Octal 300 166 254 0 47 12 31 474 45 75
Binary 11000000 1110110 10101100 0 100111 1010 11001 100111100 100101 111101

Color Harmonies of #C076AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076AC

Black with #C076AC

Text Example


Text Example

White with #C076AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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