Html Css Color HEX #C06CA9 Bouquet

📋 copy color: '#C06CA9'

red 192 ◦ green 108 ◦ blue 169

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

Shades of Bouquet #C06CA9

Tints of Bouquet #C06CA9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.03%

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 40.94%
G = 23.03%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C06CA9 (or 0xC06CA9) is known color: Bouquet. HEX triplet: C0, 6C and A9. RGB value is (192,108,169). Sum of RGB (Red+Green+Blue) = 192+108+169=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06CA9 is #3F9356. Grayscale: #8B8B8B. Windows color (decimal): -4166487 or 11103424. OLE color: 11103424.

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

Color convert

RGB 192 108 169 -
CMYK 0 0.44 0.12 0.25
HSL 316.43º 0.4% 0.59% -
HSV(B) 316.43º 0.44% 0.75% -
XYZ 34.26 24.8 40.52 -
YUV 140.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 192 108 169 0 0.44 0.12 0.25 316.43 0.4 0.59
Hex C0 6C A9 0 2C C 19 13C 28 3B
Octal 300 154 251 0 54 14 31 474 50 73
Binary 11000000 1101100 10101001 0 101100 1100 11001 100111100 101000 111011

Color Harmonies of #C06CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CA9

Black with #C06CA9

Text Example


Text Example

White with #C06CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CA9; }

 p { color: rgb(192,108,169); }

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

background-color css

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

 a { background-color: rgb(192,108,169); }

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

border-color css

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

 span { border-color: rgb(192,108,169); }

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