Html Css Color HEX #C07D90 Puce

📋 copy color: '#C07D90'

red 192 ◦ green 125 ◦ blue 144

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

Shades of Puce #C07D90

Tints of Puce #C07D90

RGB

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

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

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

R = 41.65%
G = 27.11%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C07D90 (or 0xC07D90) is known color: Puce. HEX triplet: C0, 7D and 90. RGB value is (192,125,144). Sum of RGB (Red+Green+Blue) = 192+125+144=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07D90 is #3F826F. Grayscale: #939393. Windows color (decimal): -4162160 or 9469376. OLE color: 9469376.

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

Color convert

RGB 192 125 144 -
CMYK 0 0.35 0.25 0.25
HSL 342.99º 0.35% 0.62% -
HSV(B) 342.99º 0.35% 0.75% -
XYZ 34.11 27.89 29.97 -
YUV 147.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 192 125 144 0 0.35 0.25 0.25 342.99 0.35 0.62
Hex C0 7D 90 0 23 19 19 157 23 3E
Octal 300 175 220 0 43 31 31 527 43 76
Binary 11000000 1111101 10010000 0 100011 11001 11001 101010111 100011 111110

Color Harmonies of #C07D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D90

Black with #C07D90

Text Example


Text Example

White with #C07D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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