Html Css Color HEX #C270AB Bouquet

📋 copy color: '#C270AB'

red 194 ◦ green 112 ◦ blue 171

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

Shades of Bouquet #C270AB

Tints of Bouquet #C270AB

RGB

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

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

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

R = 40.67%
G = 23.48%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C270AB (or 0xC270AB) is known color: Bouquet. HEX triplet: C2, 70 and AB. RGB value is (194,112,171). Sum of RGB (Red+Green+Blue) = 194+112+171=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C270AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C270AB is #3D8F54. Grayscale: #8F8F8F. Windows color (decimal): -4034389 or 11235522. OLE color: 11235522.

HSL color Cylindrical-coordinate representation of color #C270AB: hue angle of 316.83º 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 #C270AB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 171 -
CMYK 0 0.42 0.12 0.24
HSL 316.83º 0.4% 0.6% -
HSV(B) 316.83º 0.42% 0.76% -
XYZ 35.39 26 41.68 -
YUV 143.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 194 112 171 0 0.42 0.12 0.24 316.83 0.4 0.6
Hex C2 70 AB 0 2A C 18 13D 28 3C
Octal 302 160 253 0 52 14 30 475 50 74
Binary 11000010 1110000 10101011 0 101010 1100 11000 100111101 101000 111100

Color Harmonies of #C270AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270AB

Black with #C270AB

Text Example


Text Example

White with #C270AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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