Html Css Color HEX #C274AB Bouquet

📋 copy color: '#C274AB'

red 194 ◦ green 116 ◦ blue 171

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

Shades of Bouquet #C274AB

Tints of Bouquet #C274AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.12%

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

R = 40.33%
G = 24.12%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C274AB (or 0xC274AB) is known color: Bouquet. HEX triplet: C2, 74 and AB. RGB value is (194,116,171). Sum of RGB (Red+Green+Blue) = 194+116+171=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C274AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C274AB is #3D8B54. Grayscale: #919191. Windows color (decimal): -4033365 or 11236546. OLE color: 11236546.

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

Color convert

RGB 194 116 171 -
CMYK 0 0.40 0.12 0.24
HSL 317.69º 0.39% 0.61% -
HSV(B) 317.69º 0.4% 0.76% -
XYZ 35.84 26.9 41.83 -
YUV 145.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 194 116 171 0 0.40 0.12 0.24 317.69 0.39 0.61
Hex C2 74 AB 0 28 C 18 13E 27 3D
Octal 302 164 253 0 50 14 30 476 47 75
Binary 11000010 1110100 10101011 0 101000 1100 11000 100111110 100111 111101

Color Harmonies of #C274AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274AB

Black with #C274AB

Text Example


Text Example

White with #C274AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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