Html Css Color HEX #C270AE Bouquet

📋 copy color: '#C270AE'

red 194 ◦ green 112 ◦ blue 174

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

Shades of Bouquet #C270AE

Tints of Bouquet #C270AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.25%

R = 40.42%
G = 23.33%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C270AE (or 0xC270AE) is known color: Bouquet. HEX triplet: C2, 70 and AE. RGB value is (194,112,174). Sum of RGB (Red+Green+Blue) = 194+112+174=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C270AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C270AE is #3D8F51. Grayscale: #8F8F8F. Windows color (decimal): -4034386 or 11432130. OLE color: 11432130.

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

Color convert

RGB 194 112 174 -
CMYK 0 0.42 0.10 0.24
HSL 314.63º 0.4% 0.6% -
HSV(B) 314.63º 0.42% 0.76% -
XYZ 35.68 26.11 43.2 -
YUV 143.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 194 112 174 0 0.42 0.10 0.24 314.63 0.4 0.6
Hex C2 70 AE 0 2A A 18 13B 28 3C
Octal 302 160 256 0 52 12 30 473 50 74
Binary 11000010 1110000 10101110 0 101010 1010 11000 100111011 101000 111100

Color Harmonies of #C270AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270AE

Black with #C270AE

Text Example


Text Example

White with #C270AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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