Html Css Color HEX #C06EAC Bouquet

📋 copy color: '#C06EAC'

red 192 ◦ green 110 ◦ blue 172

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

Shades of Bouquet #C06EAC

Tints of Bouquet #C06EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.21%

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

R = 40.51%
G = 23.21%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C06EAC (or 0xC06EAC) is known color: Bouquet. HEX triplet: C0, 6E and AC. RGB value is (192,110,172). Sum of RGB (Red+Green+Blue) = 192+110+172=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EAC is #3F9153. Grayscale: #8D8D8D. Windows color (decimal): -4165972 or 11300544. OLE color: 11300544.

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

Color convert

RGB 192 110 172 -
CMYK 0 0.43 0.10 0.25
HSL 314.63º 0.39% 0.59% -
HSV(B) 314.63º 0.43% 0.75% -
XYZ 34.76 25.34 42.09 -
YUV 141.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 192 110 172 0 0.43 0.10 0.25 314.63 0.39 0.59
Hex C0 6E AC 0 2B A 19 13B 27 3B
Octal 300 156 254 0 53 12 31 473 47 73
Binary 11000000 1101110 10101100 0 101011 1010 11001 100111011 100111 111011

Color Harmonies of #C06EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EAC

Black with #C06EAC

Text Example


Text Example

White with #C06EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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