Html Css Color HEX #C07E90 Puce

📋 copy color: '#C07E90'

red 192 ◦ green 126 ◦ blue 144

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

Shades of Puce #C07E90

Tints of Puce #C07E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 41.56%
G = 27.27%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C07E90 (or 0xC07E90) is known color: Puce. HEX triplet: C0, 7E and 90. RGB value is (192,126,144). Sum of RGB (Red+Green+Blue) = 192+126+144=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E90 is #3F816F. Grayscale: #939393. Windows color (decimal): -4161904 or 9469632. OLE color: 9469632.

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

Color convert

RGB 192 126 144 -
CMYK 0 0.34 0.25 0.25
HSL 343.64º 0.34% 0.62% -
HSV(B) 343.64º 0.34% 0.75% -
XYZ 34.23 28.14 30.01 -
YUV 147.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 192 126 144 0 0.34 0.25 0.25 343.64 0.34 0.62
Hex C0 7E 90 0 22 19 19 158 22 3E
Octal 300 176 220 0 42 31 31 530 42 76
Binary 11000000 1111110 10010000 0 100010 11001 11001 101011000 100010 111110

Color Harmonies of #C07E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E90

Black with #C07E90

Text Example


Text Example

White with #C07E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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