Html Css Color HEX #C27D93 Puce

📋 copy color: '#C27D93'

red 194 ◦ green 125 ◦ blue 147

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

Shades of Puce #C27D93

Tints of Puce #C27D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.82%

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 41.63%
G = 26.82%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C27D93 (or 0xC27D93) is known color: Puce. HEX triplet: C2, 7D and 93. RGB value is (194,125,147). Sum of RGB (Red+Green+Blue) = 194+125+147=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D93 is #3D826C. Grayscale: #949494. Windows color (decimal): -4031085 or 9665986. OLE color: 9665986.

HSL color Cylindrical-coordinate representation of color #C27D93: hue angle of 340.87º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27D93 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 147 -
CMYK 0 0.36 0.24 0.24
HSL 340.87º 0.36% 0.63% -
HSV(B) 340.87º 0.36% 0.76% -
XYZ 34.85 28.24 31.22 -
YUV 148.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 194 125 147 0 0.36 0.24 0.24 340.87 0.36 0.63
Hex C2 7D 93 0 24 18 18 155 24 3F
Octal 302 175 223 0 44 30 30 525 44 77
Binary 11000010 1111101 10010011 0 100100 11000 11000 101010101 100100 111111

Color Harmonies of #C27D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D93

Black with #C27D93

Text Example


Text Example

White with #C27D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D93; }

 p { color: rgb(194,125,147); }

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

background-color css

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

 a { background-color: rgb(194,125,147); }

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

border-color css

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

 span { border-color: rgb(194,125,147); }

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