Html Css Color HEX #C27F92 Puce

📋 copy color: '#C27F92'

red 194 ◦ green 127 ◦ blue 146

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

Shades of Puce #C27F92

Tints of Puce #C27F92

RGB

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

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

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

R = 41.54%
G = 27.19%
B = 31.26%

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

#C27F92 (or 0xC27F92) is known color: Puce. HEX triplet: C2, 7F and 92. RGB value is (194,127,146). Sum of RGB (Red+Green+Blue) = 194+127+146=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F92 is #3D806D. Grayscale: #959595. Windows color (decimal): -4030574 or 9600962. OLE color: 9600962.

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

Color convert

RGB 194 127 146 -
CMYK 0 0.35 0.25 0.24
HSL 342.99º 0.35% 0.63% -
HSV(B) 342.99º 0.35% 0.76% -
XYZ 35.03 28.72 30.89 -
YUV 149.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 194 127 146 0 0.35 0.25 0.24 342.99 0.35 0.63
Hex C2 7F 92 0 23 19 18 157 23 3F
Octal 302 177 222 0 43 31 30 527 43 77
Binary 11000010 1111111 10010010 0 100011 11001 11000 101010111 100011 111111

Color Harmonies of #C27F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F92

Black with #C27F92

Text Example


Text Example

White with #C27F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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