Html Css Color HEX #C0868D Puce

📋 copy color: '#C0868D'

red 192 ◦ green 134 ◦ blue 141

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

Shades of Puce #C0868D

Tints of Puce #C0868D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 41.11%
G = 28.69%
B = 30.19%

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

#C0868D (or 0xC0868D) is known color: Puce. HEX triplet: C0, 86 and 8D. RGB value is (192,134,141). Sum of RGB (Red+Green+Blue) = 192+134+141=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0868D is #3F7972. Grayscale: #989898. Windows color (decimal): -4159859 or 9275072. OLE color: 9275072.

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

Color convert

RGB 192 134 141 -
CMYK 0 0.30 0.27 0.25
HSL 352.76º 0.32% 0.64% -
HSV(B) 352.76º 0.3% 0.75% -
XYZ 35.07 30.18 29.18 -
YUV 152.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 192 134 141 0 0.30 0.27 0.25 352.76 0.32 0.64
Hex C0 86 8D 0 1E 1B 19 161 20 40
Octal 300 206 215 0 36 33 31 541 40 100
Binary 11000000 10000110 10001101 0 11110 11011 11001 101100001 100000 1000000

Color Harmonies of #C0868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0868D

Black with #C0868D

Text Example


Text Example

White with #C0868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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