Html Css Color HEX #C27F8E Puce

📋 copy color: '#C27F8E'

red 194 ◦ green 127 ◦ blue 142

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

Shades of Puce #C27F8E

Tints of Puce #C27F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.67%

R = 41.9%
G = 27.43%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C27F8E (or 0xC27F8E) is known color: Puce. HEX triplet: C2, 7F and 8E. RGB value is (194,127,142). Sum of RGB (Red+Green+Blue) = 194+127+142=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F8E is #3D8071. Grayscale: #949494. Windows color (decimal): -4030578 or 9338818. OLE color: 9338818.

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

Color convert

RGB 194 127 142 -
CMYK 0 0.35 0.27 0.24
HSL 346.57º 0.35% 0.63% -
HSV(B) 346.57º 0.35% 0.76% -
XYZ 34.72 28.6 29.28 -
YUV 148.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 194 127 142 0 0.35 0.27 0.24 346.57 0.35 0.63
Hex C2 7F 8E 0 23 1B 18 15B 23 3F
Octal 302 177 216 0 43 33 30 533 43 77
Binary 11000010 1111111 10001110 0 100011 11011 11000 101011011 100011 111111

Color Harmonies of #C27F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F8E

Black with #C27F8E

Text Example


Text Example

White with #C27F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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