Html Css Color HEX #C07EA6 Bouquet

📋 copy color: '#C07EA6'

red 192 ◦ green 126 ◦ blue 166

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

Shades of Bouquet #C07EA6

Tints of Bouquet #C07EA6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.03%

 BLUE value IS 166 (65.23% from 255) = 34.3%

R = 39.67%
G = 26.03%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C07EA6 (or 0xC07EA6) is known color: Bouquet. HEX triplet: C0, 7E and A6. RGB value is (192,126,166). Sum of RGB (Red+Green+Blue) = 192+126+166=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EA6 is #3F8159. Grayscale: #969696. Windows color (decimal): -4161882 or 10911424. OLE color: 10911424.

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

Color convert

RGB 192 126 166 -
CMYK 0 0.34 0.14 0.25
HSL 323.64º 0.34% 0.62% -
HSV(B) 323.64º 0.34% 0.75% -
XYZ 36.08 28.88 39.75 -
YUV 150.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 192 126 166 0 0.34 0.14 0.25 323.64 0.34 0.62
Hex C0 7E A6 0 22 E 19 144 22 3E
Octal 300 176 246 0 42 16 31 504 42 76
Binary 11000000 1111110 10100110 0 100010 1110 11001 101000100 100010 111110

Color Harmonies of #C07EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EA6

Black with #C07EA6

Text Example


Text Example

White with #C07EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EA6; }

 p { color: rgb(192,126,166); }

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

background-color css

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

 a { background-color: rgb(192,126,166); }

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

border-color css

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

 span { border-color: rgb(192,126,166); }

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