Html Css Color HEX #C07AA9 Bouquet

📋 copy color: '#C07AA9'

red 192 ◦ green 122 ◦ blue 169

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

Shades of Bouquet #C07AA9

Tints of Bouquet #C07AA9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.26%

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

R = 39.75%
G = 25.26%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C07AA9 (or 0xC07AA9) is known color: Bouquet. HEX triplet: C0, 7A and A9. RGB value is (192,122,169). Sum of RGB (Red+Green+Blue) = 192+122+169=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AA9 is #3F8556. Grayscale: #949494. Windows color (decimal): -4162903 or 11107008. OLE color: 11107008.

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

Color convert

RGB 192 122 169 -
CMYK 0 0.36 0.12 0.25
HSL 319.71º 0.36% 0.62% -
HSV(B) 319.71º 0.36% 0.75% -
XYZ 35.86 27.99 41.05 -
YUV 148.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 192 122 169 0 0.36 0.12 0.25 319.71 0.36 0.62
Hex C0 7A A9 0 24 C 19 140 24 3E
Octal 300 172 251 0 44 14 31 500 44 76
Binary 11000000 1111010 10101001 0 100100 1100 11001 101000000 100100 111110

Color Harmonies of #C07AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AA9

Black with #C07AA9

Text Example


Text Example

White with #C07AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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