Html Css Color HEX #C0888D Puce

📋 copy color: '#C0888D'

red 192 ◦ green 136 ◦ blue 141

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

Shades of Puce #C0888D

Tints of Puce #C0888D

RGB

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

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

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

R = 40.94%
G = 29%
B = 30.06%

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

#C0888D (or 0xC0888D) is known color: Puce. HEX triplet: C0, 88 and 8D. RGB value is (192,136,141). Sum of RGB (Red+Green+Blue) = 192+136+141=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0888D is #3F7772. Grayscale: #999999. Windows color (decimal): -4159347 or 9275584. OLE color: 9275584.

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

Color convert

RGB 192 136 141 -
CMYK 0 0.29 0.27 0.25
HSL 354.64º 0.31% 0.64% -
HSV(B) 354.64º 0.29% 0.75% -
XYZ 35.35 30.74 29.27 -
YUV 153.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 192 136 141 0 0.29 0.27 0.25 354.64 0.31 0.64
Hex C0 88 8D 0 1D 1B 19 163 1F 40
Octal 300 210 215 0 35 33 31 543 37 100
Binary 11000000 10001000 10001101 0 11101 11011 11001 101100011 11111 1000000

Color Harmonies of #C0888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0888D

Black with #C0888D

Text Example


Text Example

White with #C0888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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