Html Css Color HEX #C274AE Bouquet

📋 copy color: '#C274AE'

red 194 ◦ green 116 ◦ blue 174

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

Shades of Bouquet #C274AE

Tints of Bouquet #C274AE

RGB

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

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

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

R = 40.08%
G = 23.97%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C274AE (or 0xC274AE) is known color: Bouquet. HEX triplet: C2, 74 and AE. RGB value is (194,116,174). Sum of RGB (Red+Green+Blue) = 194+116+174=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C274AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C274AE is #3D8B51. Grayscale: #919191. Windows color (decimal): -4033362 or 11433154. OLE color: 11433154.

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

Color convert

RGB 194 116 174 -
CMYK 0 0.40 0.10 0.24
HSL 315.38º 0.39% 0.61% -
HSV(B) 315.38º 0.4% 0.76% -
XYZ 36.13 27.02 43.35 -
YUV 145.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 194 116 174 0 0.40 0.10 0.24 315.38 0.39 0.61
Hex C2 74 AE 0 28 A 18 13B 27 3D
Octal 302 164 256 0 50 12 30 473 47 75
Binary 11000010 1110100 10101110 0 101000 1010 11000 100111011 100111 111101

Color Harmonies of #C274AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274AE

Black with #C274AE

Text Example


Text Example

White with #C274AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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