Html Css Color HEX #C272AA Bouquet

📋 copy color: '#C272AA'

red 194 ◦ green 114 ◦ blue 170

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

Shades of Bouquet #C272AA

Tints of Bouquet #C272AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 40.59%
G = 23.85%
B = 35.56%

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

#C272AA (or 0xC272AA) is known color: Bouquet. HEX triplet: C2, 72 and AA. RGB value is (194,114,170). Sum of RGB (Red+Green+Blue) = 194+114+170=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C272AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C272AA is #3D8D55. Grayscale: #909090. Windows color (decimal): -4033878 or 11170498. OLE color: 11170498.

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

Color convert

RGB 194 114 170 -
CMYK 0 0.41 0.12 0.24
HSL 318º 0.4% 0.6% -
HSV(B) 318º 0.41% 0.76% -
XYZ 35.52 26.41 41.25 -
YUV 144.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 194 114 170 0 0.41 0.12 0.24 318 0.4 0.6
Hex C2 72 AA 0 29 C 18 13E 28 3C
Octal 302 162 252 0 51 14 30 476 50 74
Binary 11000010 1110010 10101010 0 101001 1100 11000 100111110 101000 111100

Color Harmonies of #C272AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272AA

Black with #C272AA

Text Example


Text Example

White with #C272AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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