Html Css Color HEX #C275AE Bouquet

📋 copy color: '#C275AE'

red 194 ◦ green 117 ◦ blue 174

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

Shades of Bouquet #C275AE

Tints of Bouquet #C275AE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.12%

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

R = 40%
G = 24.12%
B = 35.88%

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

#C275AE (or 0xC275AE) is known color: Bouquet. HEX triplet: C2, 75 and AE. RGB value is (194,117,174). Sum of RGB (Red+Green+Blue) = 194+117+174=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C275AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C275AE is #3D8A51. Grayscale: #929292. Windows color (decimal): -4033106 or 11433410. OLE color: 11433410.

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

Color convert

RGB 194 117 174 -
CMYK 0 0.40 0.10 0.24
HSL 315.58º 0.39% 0.61% -
HSV(B) 315.58º 0.4% 0.76% -
XYZ 36.25 27.25 43.39 -
YUV 146.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 194 117 174 0 0.40 0.10 0.24 315.58 0.39 0.61
Hex C2 75 AE 0 28 A 18 13C 27 3D
Octal 302 165 256 0 50 12 30 474 47 75
Binary 11000010 1110101 10101110 0 101000 1010 11000 100111100 100111 111101

Color Harmonies of #C275AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275AE

Black with #C275AE

Text Example


Text Example

White with #C275AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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