Html Css Color HEX #C07E8F Puce

📋 copy color: '#C07E8F'

red 192 ◦ green 126 ◦ blue 143

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

Shades of Puce #C07E8F

Tints of Puce #C07E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.02%

R = 41.65%
G = 27.33%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C07E8F (or 0xC07E8F) is known color: Puce. HEX triplet: C0, 7E and 8F. RGB value is (192,126,143). Sum of RGB (Red+Green+Blue) = 192+126+143=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E8F is #3F8170. Grayscale: #939393. Windows color (decimal): -4161905 or 9404096. OLE color: 9404096.

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

Color convert

RGB 192 126 143 -
CMYK 0 0.34 0.26 0.25
HSL 344.55º 0.34% 0.62% -
HSV(B) 344.55º 0.34% 0.75% -
XYZ 34.16 28.11 29.61 -
YUV 147.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 192 126 143 0 0.34 0.26 0.25 344.55 0.34 0.62
Hex C0 7E 8F 0 22 1A 19 159 22 3E
Octal 300 176 217 0 42 32 31 531 42 76
Binary 11000000 1111110 10001111 0 100010 11010 11001 101011001 100010 111110

Color Harmonies of #C07E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E8F

Black with #C07E8F

Text Example


Text Example

White with #C07E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E8F; }

 p { color: rgb(192,126,143); }

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

background-color css

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

 a { background-color: rgb(192,126,143); }

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

border-color css

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

 span { border-color: rgb(192,126,143); }

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