Html Css Color HEX #C0888C Puce

📋 copy color: '#C0888C'

red 192 ◦ green 136 ◦ blue 140

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

Shades of Puce #C0888C

Tints of Puce #C0888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

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

R = 41.03%
G = 29.06%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0888C (or 0xC0888C) is known color: Puce. HEX triplet: C0, 88 and 8C. RGB value is (192,136,140). Sum of RGB (Red+Green+Blue) = 192+136+140=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0888C is #3F7773. Grayscale: #999999. Windows color (decimal): -4159348 or 9210048. OLE color: 9210048.

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

Color convert

RGB 192 136 140 -
CMYK 0 0.29 0.27 0.25
HSL 355.71º 0.31% 0.64% -
HSV(B) 355.71º 0.29% 0.75% -
XYZ 35.28 30.71 28.88 -
YUV 153.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 192 136 140 0 0.29 0.27 0.25 355.71 0.31 0.64
Hex C0 88 8C 0 1D 1B 19 164 1F 40
Octal 300 210 214 0 35 33 31 544 37 100
Binary 11000000 10001000 10001100 0 11101 11011 11001 101100100 11111 1000000

Color Harmonies of #C0888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0888C

Black with #C0888C

Text Example


Text Example

White with #C0888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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