Html Css Color HEX #C077AD Bouquet

📋 copy color: '#C077AD'

red 192 ◦ green 119 ◦ blue 173

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

Shades of Bouquet #C077AD

Tints of Bouquet #C077AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.59%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 39.67%
G = 24.59%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C077AD (or 0xC077AD) is known color: Bouquet. HEX triplet: C0, 77 and AD. RGB value is (192,119,173). Sum of RGB (Red+Green+Blue) = 192+119+173=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C077AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077AD is #3F8852. Grayscale: #929292. Windows color (decimal): -4163667 or 11368384. OLE color: 11368384.

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

Color convert

RGB 192 119 173 -
CMYK 0 0.38 0.10 0.25
HSL 315.62º 0.37% 0.61% -
HSV(B) 315.62º 0.38% 0.75% -
XYZ 35.88 27.42 42.94 -
YUV 146.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 192 119 173 0 0.38 0.10 0.25 315.62 0.37 0.61
Hex C0 77 AD 0 26 A 19 13C 25 3D
Octal 300 167 255 0 46 12 31 474 45 75
Binary 11000000 1110111 10101101 0 100110 1010 11001 100111100 100101 111101

Color Harmonies of #C077AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077AD

Black with #C077AD

Text Example


Text Example

White with #C077AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077AD; }

 p { color: rgb(192,119,173); }

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

background-color css

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

 a { background-color: rgb(192,119,173); }

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

border-color css

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

 span { border-color: rgb(192,119,173); }

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