Html Css Color HEX #C27E95 Puce

📋 copy color: '#C27E95'

red 194 ◦ green 126 ◦ blue 149

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

Shades of Puce #C27E95

Tints of Puce #C27E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.77%

R = 41.36%
G = 26.87%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C27E95 (or 0xC27E95) is known color: Puce. HEX triplet: C2, 7E and 95. RGB value is (194,126,149). Sum of RGB (Red+Green+Blue) = 194+126+149=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E95 is #3D816A. Grayscale: #949494. Windows color (decimal): -4030827 or 9797314. OLE color: 9797314.

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

Color convert

RGB 194 126 149 -
CMYK 0 0.35 0.23 0.24
HSL 339.71º 0.36% 0.63% -
HSV(B) 339.71º 0.35% 0.76% -
XYZ 35.13 28.56 32.09 -
YUV 148.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 194 126 149 0 0.35 0.23 0.24 339.71 0.36 0.63
Hex C2 7E 95 0 23 17 18 154 24 3F
Octal 302 176 225 0 43 27 30 524 44 77
Binary 11000010 1111110 10010101 0 100011 10111 11000 101010100 100100 111111

Color Harmonies of #C27E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E95

Black with #C27E95

Text Example


Text Example

White with #C27E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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