Html Css Color HEX #C27F93 Puce

📋 copy color: '#C27F93'

red 194 ◦ green 127 ◦ blue 147

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

Shades of Puce #C27F93

Tints of Puce #C27F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.41%

R = 41.45%
G = 27.14%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C27F93 (or 0xC27F93) is known color: Puce. HEX triplet: C2, 7F and 93. RGB value is (194,127,147). Sum of RGB (Red+Green+Blue) = 194+127+147=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F93 is #3D806C. Grayscale: #959595. Windows color (decimal): -4030573 or 9666498. OLE color: 9666498.

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

Color convert

RGB 194 127 147 -
CMYK 0 0.35 0.24 0.24
HSL 342.09º 0.35% 0.63% -
HSV(B) 342.09º 0.35% 0.76% -
XYZ 35.1 28.75 31.3 -
YUV 149.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 194 127 147 0 0.35 0.24 0.24 342.09 0.35 0.63
Hex C2 7F 93 0 23 18 18 156 23 3F
Octal 302 177 223 0 43 30 30 526 43 77
Binary 11000010 1111111 10010011 0 100011 11000 11000 101010110 100011 111111

Color Harmonies of #C27F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F93

Black with #C27F93

Text Example


Text Example

White with #C27F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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