Html Css Color HEX #C07E92 Puce

📋 copy color: '#C07E92'

red 192 ◦ green 126 ◦ blue 146

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

Shades of Puce #C07E92

Tints of Puce #C07E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.47%

R = 41.38%
G = 27.16%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C07E92 (or 0xC07E92) is known color: Puce. HEX triplet: C0, 7E and 92. RGB value is (192,126,146). Sum of RGB (Red+Green+Blue) = 192+126+146=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E92 is #3F816D. Grayscale: #949494. Windows color (decimal): -4161902 or 9600704. OLE color: 9600704.

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

Color convert

RGB 192 126 146 -
CMYK 0 0.34 0.24 0.25
HSL 341.82º 0.34% 0.62% -
HSV(B) 341.82º 0.34% 0.75% -
XYZ 34.39 28.2 30.83 -
YUV 148.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 192 126 146 0 0.34 0.24 0.25 341.82 0.34 0.62
Hex C0 7E 92 0 22 18 19 156 22 3E
Octal 300 176 222 0 42 30 31 526 42 76
Binary 11000000 1111110 10010010 0 100010 11000 11001 101010110 100010 111110

Color Harmonies of #C07E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E92

Black with #C07E92

Text Example


Text Example

White with #C07E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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