Html Css Color HEX #C076AE Bouquet

📋 copy color: '#C076AE'

red 192 ◦ green 118 ◦ blue 174

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

Shades of Bouquet #C076AE

Tints of Bouquet #C076AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.38%

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 39.67%
G = 24.38%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C076AE (or 0xC076AE) is known color: Bouquet. HEX triplet: C0, 76 and AE. RGB value is (192,118,174). Sum of RGB (Red+Green+Blue) = 192+118+174=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C076AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076AE is #3F8951. Grayscale: #929292. Windows color (decimal): -4163922 or 11433664. OLE color: 11433664.

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

Color convert

RGB 192 118 174 -
CMYK 0 0.39 0.09 0.25
HSL 314.59º 0.37% 0.61% -
HSV(B) 314.59º 0.39% 0.75% -
XYZ 35.86 27.22 43.41 -
YUV 146.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 192 118 174 0 0.39 0.09 0.25 314.59 0.37 0.61
Hex C0 76 AE 0 27 9 19 13B 25 3D
Octal 300 166 256 0 47 11 31 473 45 75
Binary 11000000 1110110 10101110 0 100111 1001 11001 100111011 100101 111101

Color Harmonies of #C076AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076AE

Black with #C076AE

Text Example


Text Example

White with #C076AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076AE; }

 p { color: rgb(192,118,174); }

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

background-color css

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

 a { background-color: rgb(192,118,174); }

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

border-color css

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

 span { border-color: rgb(192,118,174); }

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