Html Css Color HEX #C079AA Bouquet

📋 copy color: '#C079AA'

red 192 ◦ green 121 ◦ blue 170

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

Shades of Bouquet #C079AA

Tints of Bouquet #C079AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.05%

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

R = 39.75%
G = 25.05%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C079AA (or 0xC079AA) is known color: Bouquet. HEX triplet: C0, 79 and AA. RGB value is (192,121,170). Sum of RGB (Red+Green+Blue) = 192+121+170=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C079AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079AA is #3F8655. Grayscale: #939393. Windows color (decimal): -4163158 or 11172288. OLE color: 11172288.

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

Color convert

RGB 192 121 170 -
CMYK 0 0.37 0.11 0.25
HSL 318.59º 0.36% 0.61% -
HSV(B) 318.59º 0.37% 0.75% -
XYZ 35.83 27.78 41.5 -
YUV 147.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 192 121 170 0 0.37 0.11 0.25 318.59 0.36 0.61
Hex C0 79 AA 0 25 B 19 13F 24 3D
Octal 300 171 252 0 45 13 31 477 44 75
Binary 11000000 1111001 10101010 0 100101 1011 11001 100111111 100100 111101

Color Harmonies of #C079AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079AA

Black with #C079AA

Text Example


Text Example

White with #C079AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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