Html Css Color HEX #C07FA1 Bouquet

📋 copy color: '#C07FA1'

red 192 ◦ green 127 ◦ blue 161

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

Shades of Bouquet #C07FA1

Tints of Bouquet #C07FA1

RGB

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

 GREEN value IS 127 (50% from 255) = 26.46%

 BLUE value IS 161 (63.28% from 255) = 33.54%

R = 40%
G = 26.46%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C07FA1 (or 0xC07FA1) is known color: Bouquet. HEX triplet: C0, 7F and A1. RGB value is (192,127,161). Sum of RGB (Red+Green+Blue) = 192+127+161=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FA1 is #3F805E. Grayscale: #969696. Windows color (decimal): -4161631 or 10584000. OLE color: 10584000.

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

Color convert

RGB 192 127 161 -
CMYK 0 0.34 0.16 0.25
HSL 328.62º 0.34% 0.63% -
HSV(B) 328.62º 0.34% 0.75% -
XYZ 35.76 28.96 37.42 -
YUV 150.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 192 127 161 0 0.34 0.16 0.25 328.62 0.34 0.63
Hex C0 7F A1 0 22 10 19 149 22 3F
Octal 300 177 241 0 42 20 31 511 42 77
Binary 11000000 1111111 10100001 0 100010 10000 11001 101001001 100010 111111

Color Harmonies of #C07FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FA1

Black with #C07FA1

Text Example


Text Example

White with #C07FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FA1; }

 p { color: rgb(192,127,161); }

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

background-color css

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

 a { background-color: rgb(192,127,161); }

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

border-color css

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

 span { border-color: rgb(192,127,161); }

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