Html Css Color HEX #C27E98 Puce

📋 copy color: '#C27E98'

red 194 ◦ green 126 ◦ blue 152

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

Shades of Puce #C27E98

Tints of Puce #C27E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.2%

R = 41.1%
G = 26.69%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C27E98 (or 0xC27E98) is known color: Puce. HEX triplet: C2, 7E and 98. RGB value is (194,126,152). Sum of RGB (Red+Green+Blue) = 194+126+152=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E98 is #3D8167. Grayscale: #959595. Windows color (decimal): -4030824 or 9993922. OLE color: 9993922.

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

Color convert

RGB 194 126 152 -
CMYK 0 0.35 0.22 0.24
HSL 337.06º 0.36% 0.63% -
HSV(B) 337.06º 0.35% 0.76% -
XYZ 35.38 28.66 33.37 -
YUV 149.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 194 126 152 0 0.35 0.22 0.24 337.06 0.36 0.63
Hex C2 7E 98 0 23 16 18 151 24 3F
Octal 302 176 230 0 43 26 30 521 44 77
Binary 11000010 1111110 10011000 0 100011 10110 11000 101010001 100100 111111

Color Harmonies of #C27E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E98

Black with #C27E98

Text Example


Text Example

White with #C27E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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