Html Css Color HEX #C27F97 Puce

📋 copy color: '#C27F97'

red 194 ◦ green 127 ◦ blue 151

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

Shades of Puce #C27F97

Tints of Puce #C27F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.99%

R = 41.1%
G = 26.91%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C27F97 (or 0xC27F97) is known color: Puce. HEX triplet: C2, 7F and 97. RGB value is (194,127,151). Sum of RGB (Red+Green+Blue) = 194+127+151=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F97 is #3D8068. Grayscale: #959595. Windows color (decimal): -4030569 or 9928642. OLE color: 9928642.

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

Color convert

RGB 194 127 151 -
CMYK 0 0.35 0.22 0.24
HSL 338.51º 0.35% 0.63% -
HSV(B) 338.51º 0.35% 0.76% -
XYZ 35.42 28.88 32.99 -
YUV 149.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 194 127 151 0 0.35 0.22 0.24 338.51 0.35 0.63
Hex C2 7F 97 0 23 16 18 153 23 3F
Octal 302 177 227 0 43 26 30 523 43 77
Binary 11000010 1111111 10010111 0 100011 10110 11000 101010011 100011 111111

Color Harmonies of #C27F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F97

Black with #C27F97

Text Example


Text Example

White with #C27F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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