Html Css Color HEX #C07F94 Puce

📋 copy color: '#C07F94'

red 192 ◦ green 127 ◦ blue 148

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

Shades of Puce #C07F94

Tints of Puce #C07F94

RGB

 RED value IS 192 (75.39% from 255) = 41.11%

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

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

R = 41.11%
G = 27.19%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C07F94 (or 0xC07F94) is known color: Puce. HEX triplet: C0, 7F and 94. RGB value is (192,127,148). Sum of RGB (Red+Green+Blue) = 192+127+148=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07F94 is #3F806B. Grayscale: #949494. Windows color (decimal): -4161644 or 9732032. OLE color: 9732032.

HSL color Cylindrical-coordinate representation of color #C07F94: hue angle of 340.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07F94 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 148 -
CMYK 0 0.34 0.23 0.25
HSL 340.62º 0.34% 0.63% -
HSV(B) 340.62º 0.34% 0.75% -
XYZ 34.67 28.52 31.7 -
YUV 148.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 192 127 148 0 0.34 0.23 0.25 340.62 0.34 0.63
Hex C0 7F 94 0 22 17 19 155 22 3F
Octal 300 177 224 0 42 27 31 525 42 77
Binary 11000000 1111111 10010100 0 100010 10111 11001 101010101 100010 111111

Color Harmonies of #C07F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F94

Black with #C07F94

Text Example


Text Example

White with #C07F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F94; }

 p { color: rgb(192,127,148); }

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

background-color css

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

 a { background-color: rgb(192,127,148); }

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

border-color css

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

 span { border-color: rgb(192,127,148); }

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