Html Css Color HEX #C270AC Bouquet

📋 copy color: '#C270AC'

red 194 ◦ green 112 ◦ blue 172

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

Shades of Bouquet #C270AC

Tints of Bouquet #C270AC

RGB

 RED value IS 194 (76.17% from 255) = 40.59%

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

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

R = 40.59%
G = 23.43%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C270AC (or 0xC270AC) is known color: Bouquet. HEX triplet: C2, 70 and AC. RGB value is (194,112,172). Sum of RGB (Red+Green+Blue) = 194+112+172=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C270AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C270AC is #3D8F53. Grayscale: #8F8F8F. Windows color (decimal): -4034388 or 11301058. OLE color: 11301058.

HSL color Cylindrical-coordinate representation of color #C270AC: hue angle of 316.1º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C270AC is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 172 -
CMYK 0 0.42 0.11 0.24
HSL 316.1º 0.4% 0.6% -
HSV(B) 316.1º 0.42% 0.76% -
XYZ 35.49 26.04 42.18 -
YUV 143.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 194 112 172 0 0.42 0.11 0.24 316.1 0.4 0.6
Hex C2 70 AC 0 2A B 18 13C 28 3C
Octal 302 160 254 0 52 13 30 474 50 74
Binary 11000010 1110000 10101100 0 101010 1011 11000 100111100 101000 111100

Color Harmonies of #C270AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270AC

Black with #C270AC

Text Example


Text Example

White with #C270AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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