Html Css Color HEX #C07F90 Puce

📋 copy color: '#C07F90'

red 192 ◦ green 127 ◦ blue 144

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

Shades of Puce #C07F90

Tints of Puce #C07F90

RGB

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

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

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

R = 41.47%
G = 27.43%
B = 31.1%

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

#C07F90 (or 0xC07F90) is known color: Puce. HEX triplet: C0, 7F and 90. RGB value is (192,127,144). Sum of RGB (Red+Green+Blue) = 192+127+144=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07F90 is #3F806F. Grayscale: #949494. Windows color (decimal): -4161648 or 9469888. OLE color: 9469888.

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

Color convert

RGB 192 127 144 -
CMYK 0 0.34 0.25 0.25
HSL 344.31º 0.34% 0.63% -
HSV(B) 344.31º 0.34% 0.75% -
XYZ 34.36 28.4 30.06 -
YUV 148.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 192 127 144 0 0.34 0.25 0.25 344.31 0.34 0.63
Hex C0 7F 90 0 22 19 19 158 22 3F
Octal 300 177 220 0 42 31 31 530 42 77
Binary 11000000 1111111 10010000 0 100010 11001 11001 101011000 100010 111111

Color Harmonies of #C07F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F90

Black with #C07F90

Text Example


Text Example

White with #C07F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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