Html Css Color HEX #C27E92 Puce

📋 copy color: '#C27E92'

red 194 ◦ green 126 ◦ blue 146

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

Shades of Puce #C27E92

Tints of Puce #C27E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.04%

 BLUE value IS 146 (57.42% from 255) = 31.33%

R = 41.63%
G = 27.04%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C27E92 (or 0xC27E92) is known color: Puce. HEX triplet: C2, 7E and 92. RGB value is (194,126,146). Sum of RGB (Red+Green+Blue) = 194+126+146=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E92 is #3D816D. Grayscale: #949494. Windows color (decimal): -4030830 or 9600706. OLE color: 9600706.

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

Color convert

RGB 194 126 146 -
CMYK 0 0.35 0.25 0.24
HSL 342.35º 0.36% 0.63% -
HSV(B) 342.35º 0.35% 0.76% -
XYZ 34.9 28.47 30.85 -
YUV 148.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 194 126 146 0 0.35 0.25 0.24 342.35 0.36 0.63
Hex C2 7E 92 0 23 19 18 156 24 3F
Octal 302 176 222 0 43 31 30 526 44 77
Binary 11000010 1111110 10010010 0 100011 11001 11000 101010110 100100 111111

Color Harmonies of #C27E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E92

Black with #C27E92

Text Example


Text Example

White with #C27E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E92; }

 p { color: rgb(194,126,146); }

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

background-color css

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

 a { background-color: rgb(194,126,146); }

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

border-color css

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

 span { border-color: rgb(194,126,146); }

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