Html Css Color HEX #C070AC Bouquet

📋 copy color: '#C070AC'

red 192 ◦ green 112 ◦ blue 172

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

Shades of Bouquet #C070AC

Tints of Bouquet #C070AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.53%

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

R = 40.34%
G = 23.53%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C070AC (or 0xC070AC) is known color: Bouquet. HEX triplet: C0, 70 and AC. RGB value is (192,112,172). Sum of RGB (Red+Green+Blue) = 192+112+172=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C070AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070AC is #3F8F53. Grayscale: #8E8E8E. Windows color (decimal): -4165460 or 11301056. OLE color: 11301056.

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

Color convert

RGB 192 112 172 -
CMYK 0 0.42 0.10 0.25
HSL 315º 0.39% 0.6% -
HSV(B) 315º 0.42% 0.75% -
XYZ 34.98 25.77 42.16 -
YUV 142.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 192 112 172 0 0.42 0.10 0.25 315 0.39 0.6
Hex C0 70 AC 0 2A A 19 13B 27 3C
Octal 300 160 254 0 52 12 31 473 47 74
Binary 11000000 1110000 10101100 0 101010 1010 11001 100111011 100111 111100

Color Harmonies of #C070AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070AC

Black with #C070AC

Text Example


Text Example

White with #C070AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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