Html Css Color HEX #C073A6 Bouquet

📋 copy color: '#C073A6'

red 192 ◦ green 115 ◦ blue 166

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

Shades of Bouquet #C073A6

Tints of Bouquet #C073A6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.31%

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

R = 40.59%
G = 24.31%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C073A6 (or 0xC073A6) is known color: Bouquet. HEX triplet: C0, 73 and A6. RGB value is (192,115,166). Sum of RGB (Red+Green+Blue) = 192+115+166=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C073A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C073A6 is #3F8C59. Grayscale: #8F8F8F. Windows color (decimal): -4164698 or 10908608. OLE color: 10908608.

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

Color convert

RGB 192 115 166 -
CMYK 0 0.40 0.14 0.25
HSL 320.26º 0.38% 0.6% -
HSV(B) 320.26º 0.4% 0.75% -
XYZ 34.75 26.22 39.31 -
YUV 143.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 192 115 166 0 0.40 0.14 0.25 320.26 0.38 0.6
Hex C0 73 A6 0 28 E 19 140 26 3C
Octal 300 163 246 0 50 16 31 500 46 74
Binary 11000000 1110011 10100110 0 101000 1110 11001 101000000 100110 111100

Color Harmonies of #C073A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073A6

Black with #C073A6

Text Example


Text Example

White with #C073A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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