Html Css Color HEX #C27DAA Bouquet

📋 copy color: '#C27DAA'

red 194 ◦ green 125 ◦ blue 170

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

Shades of Bouquet #C27DAA

Tints of Bouquet #C27DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.56%

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

R = 39.67%
G = 25.56%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C27DAA (or 0xC27DAA) is known color: Bouquet. HEX triplet: C2, 7D and AA. RGB value is (194,125,170). Sum of RGB (Red+Green+Blue) = 194+125+170=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DAA is #3D8255. Grayscale: #969696. Windows color (decimal): -4031062 or 11173314. OLE color: 11173314.

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

Color convert

RGB 194 125 170 -
CMYK 0 0.36 0.12 0.24
HSL 320.87º 0.36% 0.63% -
HSV(B) 320.87º 0.36% 0.76% -
XYZ 36.84 29.04 41.69 -
YUV 150.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 194 125 170 0 0.36 0.12 0.24 320.87 0.36 0.63
Hex C2 7D AA 0 24 C 18 141 24 3F
Octal 302 175 252 0 44 14 30 501 44 77
Binary 11000010 1111101 10101010 0 100100 1100 11000 101000001 100100 111111

Color Harmonies of #C27DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DAA

Black with #C27DAA

Text Example


Text Example

White with #C27DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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