Html Css Color HEX #C27F8F Puce

📋 copy color: '#C27F8F'

red 194 ◦ green 127 ◦ blue 143

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

Shades of Puce #C27F8F

Tints of Puce #C27F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 41.81%
G = 27.37%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C27F8F (or 0xC27F8F) is known color: Puce. HEX triplet: C2, 7F and 8F. RGB value is (194,127,143). Sum of RGB (Red+Green+Blue) = 194+127+143=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F8F is #3D8070. Grayscale: #949494. Windows color (decimal): -4030577 or 9404354. OLE color: 9404354.

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

Color convert

RGB 194 127 143 -
CMYK 0 0.35 0.26 0.24
HSL 345.67º 0.35% 0.63% -
HSV(B) 345.67º 0.35% 0.76% -
XYZ 34.8 28.63 29.68 -
YUV 148.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 194 127 143 0 0.35 0.26 0.24 345.67 0.35 0.63
Hex C2 7F 8F 0 23 1A 18 15A 23 3F
Octal 302 177 217 0 43 32 30 532 43 77
Binary 11000010 1111111 10001111 0 100011 11010 11000 101011010 100011 111111

Color Harmonies of #C27F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F8F

Black with #C27F8F

Text Example


Text Example

White with #C27F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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