Html Css Color HEX #C27D94 Puce

📋 copy color: '#C27D94'

red 194 ◦ green 125 ◦ blue 148

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

Shades of Puce #C27D94

Tints of Puce #C27D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 41.54%
G = 26.77%
B = 31.69%

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

#C27D94 (or 0xC27D94) is known color: Puce. HEX triplet: C2, 7D and 94. RGB value is (194,125,148). Sum of RGB (Red+Green+Blue) = 194+125+148=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D94 is #3D826B. Grayscale: #949494. Windows color (decimal): -4031084 or 9731522. OLE color: 9731522.

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

Color convert

RGB 194 125 148 -
CMYK 0 0.36 0.24 0.24
HSL 340º 0.36% 0.63% -
HSV(B) 340º 0.36% 0.76% -
XYZ 34.93 28.27 31.63 -
YUV 148.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 194 125 148 0 0.36 0.24 0.24 340 0.36 0.63
Hex C2 7D 94 0 24 18 18 154 24 3F
Octal 302 175 224 0 44 30 30 524 44 77
Binary 11000010 1111101 10010100 0 100100 11000 11000 101010100 100100 111111

Color Harmonies of #C27D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D94

Black with #C27D94

Text Example


Text Example

White with #C27D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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