Html Css Color HEX #C073AB Bouquet

📋 copy color: '#C073AB'

red 192 ◦ green 115 ◦ blue 171

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

Shades of Bouquet #C073AB

Tints of Bouquet #C073AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 40.17%
G = 24.06%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C073AB (or 0xC073AB) is known color: Bouquet. HEX triplet: C0, 73 and AB. RGB value is (192,115,171). Sum of RGB (Red+Green+Blue) = 192+115+171=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C073AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C073AB is #3F8C54. Grayscale: #909090. Windows color (decimal): -4164693 or 11236288. OLE color: 11236288.

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

Color convert

RGB 192 115 171 -
CMYK 0 0.40 0.11 0.25
HSL 316.36º 0.38% 0.6% -
HSV(B) 316.36º 0.4% 0.75% -
XYZ 35.22 26.41 41.77 -
YUV 144.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 192 115 171 0 0.40 0.11 0.25 316.36 0.38 0.6
Hex C0 73 AB 0 28 B 19 13C 26 3C
Octal 300 163 253 0 50 13 31 474 46 74
Binary 11000000 1110011 10101011 0 101000 1011 11001 100111100 100110 111100

Color Harmonies of #C073AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073AB

Black with #C073AB

Text Example


Text Example

White with #C073AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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