Html Css Color HEX #C27F9C Puce

📋 copy color: '#C27F9C'

red 194 ◦ green 127 ◦ blue 156

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

Shades of Puce #C27F9C

Tints of Puce #C27F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 40.67%
G = 26.62%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C27F9C (or 0xC27F9C) is known color: Puce. HEX triplet: C2, 7F and 9C. RGB value is (194,127,156). Sum of RGB (Red+Green+Blue) = 194+127+156=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F9C is #3D8063. Grayscale: #969696. Windows color (decimal): -4030564 or 10256322. OLE color: 10256322.

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

Color convert

RGB 194 127 156 -
CMYK 0 0.35 0.20 0.24
HSL 334.03º 0.35% 0.63% -
HSV(B) 334.03º 0.35% 0.76% -
XYZ 35.84 29.05 35.17 -
YUV 150.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 194 127 156 0 0.35 0.20 0.24 334.03 0.35 0.63
Hex C2 7F 9C 0 23 14 18 14E 23 3F
Octal 302 177 234 0 43 24 30 516 43 77
Binary 11000010 1111111 10011100 0 100011 10100 11000 101001110 100011 111111

Color Harmonies of #C27F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F9C

Black with #C27F9C

Text Example


Text Example

White with #C27F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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