Html Css Color HEX #C27FA0 Puce

📋 copy color: '#C27FA0'

red 194 ◦ green 127 ◦ blue 160

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

Shades of Puce #C27FA0

Tints of Puce #C27FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 26.4%

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 40.33%
G = 26.4%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C27FA0 (or 0xC27FA0) is known color: Puce. HEX triplet: C2, 7F and A0. RGB value is (194,127,160). Sum of RGB (Red+Green+Blue) = 194+127+160=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27FA0 is #3D805F. Grayscale: #969696. Windows color (decimal): -4030560 or 10518466. OLE color: 10518466.

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

Color convert

RGB 194 127 160 -
CMYK 0 0.35 0.18 0.24
HSL 330.45º 0.35% 0.63% -
HSV(B) 330.45º 0.35% 0.76% -
XYZ 36.18 29.19 36.98 -
YUV 150.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 194 127 160 0 0.35 0.18 0.24 330.45 0.35 0.63
Hex C2 7F A0 0 23 12 18 14A 23 3F
Octal 302 177 240 0 43 22 30 512 43 77
Binary 11000010 1111111 10100000 0 100011 10010 11000 101001010 100011 111111

Color Harmonies of #C27FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FA0

Black with #C27FA0

Text Example


Text Example

White with #C27FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FA0; }

 p { color: rgb(194,127,160); }

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

background-color css

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

 a { background-color: rgb(194,127,160); }

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

border-color css

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

 span { border-color: rgb(194,127,160); }

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