Html Css Color HEX #C0868C Puce

📋 copy color: '#C0868C'

red 192 ◦ green 134 ◦ blue 140

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

Shades of Puce #C0868C

Tints of Puce #C0868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

 BLUE value IS 140 (55.08% from 255) = 30.04%

R = 41.2%
G = 28.76%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0868C (or 0xC0868C) is known color: Puce. HEX triplet: C0, 86 and 8C. RGB value is (192,134,140). Sum of RGB (Red+Green+Blue) = 192+134+140=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0868C is #3F7973. Grayscale: #989898. Windows color (decimal): -4159860 or 9209536. OLE color: 9209536.

HSL color Cylindrical-coordinate representation of color #C0868C: hue angle of 353.79º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0868C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 140 -
CMYK 0 0.30 0.27 0.25
HSL 353.79º 0.32% 0.64% -
HSV(B) 353.79º 0.3% 0.75% -
XYZ 35 30.15 28.79 -
YUV 152.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 192 134 140 0 0.30 0.27 0.25 353.79 0.32 0.64
Hex C0 86 8C 0 1E 1B 19 162 20 40
Octal 300 206 214 0 36 33 31 542 40 100
Binary 11000000 10000110 10001100 0 11110 11011 11001 101100010 100000 1000000

Color Harmonies of #C0868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0868C

Black with #C0868C

Text Example


Text Example

White with #C0868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0868C; }

 p { color: rgb(192,134,140); }

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

background-color css

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

 a { background-color: rgb(192,134,140); }

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

border-color css

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

 span { border-color: rgb(192,134,140); }

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