Html Css Color HEX #C06DAA Bouquet

📋 copy color: '#C06DAA'

red 192 ◦ green 109 ◦ blue 170

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

Shades of Bouquet #C06DAA

Tints of Bouquet #C06DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.14%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 40.76%
G = 23.14%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C06DAA (or 0xC06DAA) is known color: Bouquet. HEX triplet: C0, 6D and AA. RGB value is (192,109,170). Sum of RGB (Red+Green+Blue) = 192+109+170=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06DAA is #3F9255. Grayscale: #8C8C8C. Windows color (decimal): -4166230 or 11169216. OLE color: 11169216.

HSL color Cylindrical-coordinate representation of color #C06DAA: hue angle of 315.9º degrees, saturation: 0.4, 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 #C06DAA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 170 -
CMYK 0 0.43 0.11 0.25
HSL 315.9º 0.4% 0.59% -
HSV(B) 315.9º 0.43% 0.75% -
XYZ 34.46 25.05 41.05 -
YUV 140.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 192 109 170 0 0.43 0.11 0.25 315.9 0.4 0.59
Hex C0 6D AA 0 2B B 19 13C 28 3B
Octal 300 155 252 0 53 13 31 474 50 73
Binary 11000000 1101101 10101010 0 101011 1011 11001 100111100 101000 111011

Color Harmonies of #C06DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DAA

Black with #C06DAA

Text Example


Text Example

White with #C06DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DAA; }

 p { color: rgb(192,109,170); }

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

background-color css

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

 a { background-color: rgb(192,109,170); }

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

border-color css

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

 span { border-color: rgb(192,109,170); }

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