Html Css Color HEX #C27AAB Bouquet

📋 copy color: '#C27AAB'

red 194 ◦ green 122 ◦ blue 171

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

Shades of Bouquet #C27AAB

Tints of Bouquet #C27AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 39.84%
G = 25.05%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C27AAB (or 0xC27AAB) is known color: Bouquet. HEX triplet: C2, 7A and AB. RGB value is (194,122,171). Sum of RGB (Red+Green+Blue) = 194+122+171=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AAB is #3D8554. Grayscale: #949494. Windows color (decimal): -4031829 or 11238082. OLE color: 11238082.

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

Color convert

RGB 194 122 171 -
CMYK 0 0.37 0.12 0.24
HSL 319.17º 0.37% 0.62% -
HSV(B) 319.17º 0.37% 0.76% -
XYZ 36.56 28.33 42.07 -
YUV 149.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 194 122 171 0 0.37 0.12 0.24 319.17 0.37 0.62
Hex C2 7A AB 0 25 C 18 13F 25 3E
Octal 302 172 253 0 45 14 30 477 45 76
Binary 11000010 1111010 10101011 0 100101 1100 11000 100111111 100101 111110

Color Harmonies of #C27AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AAB

Black with #C27AAB

Text Example


Text Example

White with #C27AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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