Html Css Color HEX #C272AB Bouquet

📋 copy color: '#C272AB'

red 194 ◦ green 114 ◦ blue 171

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

Shades of Bouquet #C272AB

Tints of Bouquet #C272AB

RGB

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

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

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

R = 40.5%
G = 23.8%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C272AB (or 0xC272AB) is known color: Bouquet. HEX triplet: C2, 72 and AB. RGB value is (194,114,171). Sum of RGB (Red+Green+Blue) = 194+114+171=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C272AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C272AB is #3D8D54. Grayscale: #909090. Windows color (decimal): -4033877 or 11236034. OLE color: 11236034.

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

Color convert

RGB 194 114 171 -
CMYK 0 0.41 0.12 0.24
HSL 317.25º 0.4% 0.6% -
HSV(B) 317.25º 0.41% 0.76% -
XYZ 35.62 26.44 41.76 -
YUV 144.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 194 114 171 0 0.41 0.12 0.24 317.25 0.4 0.6
Hex C2 72 AB 0 29 C 18 13D 28 3C
Octal 302 162 253 0 51 14 30 475 50 74
Binary 11000010 1110010 10101011 0 101001 1100 11000 100111101 101000 111100

Color Harmonies of #C272AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272AB

Black with #C272AB

Text Example


Text Example

White with #C272AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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