Html Css Color HEX #C076A7 Bouquet

📋 copy color: '#C076A7'

red 192 ◦ green 118 ◦ blue 167

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

Shades of Bouquet #C076A7

Tints of Bouquet #C076A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.01%

R = 40.25%
G = 24.74%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C076A7 (or 0xC076A7) is known color: Bouquet. HEX triplet: C0, 76 and A7. RGB value is (192,118,167). Sum of RGB (Red+Green+Blue) = 192+118+167=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C076A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076A7 is #3F8958. Grayscale: #919191. Windows color (decimal): -4163929 or 10974912. OLE color: 10974912.

HSL color Cylindrical-coordinate representation of color #C076A7: hue angle of 320.27º 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 #C076A7 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 167 -
CMYK 0 0.39 0.13 0.25
HSL 320.27º 0.37% 0.61% -
HSV(B) 320.27º 0.39% 0.75% -
XYZ 35.19 26.95 39.91 -
YUV 145.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 192 118 167 0 0.39 0.13 0.25 320.27 0.37 0.61
Hex C0 76 A7 0 27 D 19 140 25 3D
Octal 300 166 247 0 47 15 31 500 45 75
Binary 11000000 1110110 10100111 0 100111 1101 11001 101000000 100101 111101

Color Harmonies of #C076A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076A7

Black with #C076A7

Text Example


Text Example

White with #C076A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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