Html Css Color HEX #C071AC Bouquet

📋 copy color: '#C071AC'

red 192 ◦ green 113 ◦ blue 172

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

Shades of Bouquet #C071AC

Tints of Bouquet #C071AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.69%

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

R = 40.25%
G = 23.69%
B = 36.06%

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

#C071AC (or 0xC071AC) is known color: Bouquet. HEX triplet: C0, 71 and AC. RGB value is (192,113,172). Sum of RGB (Red+Green+Blue) = 192+113+172=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C071AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071AC is #3F8E53. Grayscale: #8F8F8F. Windows color (decimal): -4165204 or 11301312. OLE color: 11301312.

HSL color Cylindrical-coordinate representation of color #C071AC: hue angle of 315.19º degrees, saturation: 0.39, 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 #C071AC is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 172 -
CMYK 0 0.41 0.10 0.25
HSL 315.19º 0.39% 0.6% -
HSV(B) 315.19º 0.41% 0.75% -
XYZ 35.09 26 42.2 -
YUV 143.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 192 113 172 0 0.41 0.10 0.25 315.19 0.39 0.6
Hex C0 71 AC 0 29 A 19 13B 27 3C
Octal 300 161 254 0 51 12 31 473 47 74
Binary 11000000 1110001 10101100 0 101001 1010 11001 100111011 100111 111100

Color Harmonies of #C071AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071AC

Black with #C071AC

Text Example


Text Example

White with #C071AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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