Html Css Color HEX #C072AC Bouquet

📋 copy color: '#C072AC'

red 192 ◦ green 114 ◦ blue 172

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

Shades of Bouquet #C072AC

Tints of Bouquet #C072AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.85%

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 40.17%
G = 23.85%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C072AC (or 0xC072AC) is known color: Bouquet. HEX triplet: C0, 72 and AC. RGB value is (192,114,172). Sum of RGB (Red+Green+Blue) = 192+114+172=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C072AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072AC is #3F8D53. Grayscale: #8F8F8F. Windows color (decimal): -4164948 or 11301568. OLE color: 11301568.

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

Color convert

RGB 192 114 172 -
CMYK 0 0.41 0.10 0.25
HSL 315.38º 0.38% 0.6% -
HSV(B) 315.38º 0.41% 0.75% -
XYZ 35.2 26.22 42.24 -
YUV 143.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 192 114 172 0 0.41 0.10 0.25 315.38 0.38 0.6
Hex C0 72 AC 0 29 A 19 13B 26 3C
Octal 300 162 254 0 51 12 31 473 46 74
Binary 11000000 1110010 10101100 0 101001 1010 11001 100111011 100110 111100

Color Harmonies of #C072AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072AC

Black with #C072AC

Text Example


Text Example

White with #C072AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072AC; }

 p { color: rgb(192,114,172); }

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

background-color css

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

 a { background-color: rgb(192,114,172); }

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

border-color css

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

 span { border-color: rgb(192,114,172); }

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