Html Css Color HEX #C88B8C Puce

📋 copy color: '#C88B8C'

red 200 ◦ green 139 ◦ blue 140

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

Shades of Puce #C88B8C

Tints of Puce #C88B8C

RGB

 RED value IS 200 (78.52% from 255) = 41.75%

 GREEN value IS 139 (54.69% from 255) = 29.02%

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

R = 41.75%
G = 29.02%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C88B8C (or 0xC88B8C) is known color: Puce. HEX triplet: C8, 8B and 8C. RGB value is (200,139,140). Sum of RGB (Red+Green+Blue) = 200+139+140=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88B8C is #377473. Grayscale: #9D9D9D. Windows color (decimal): -3634292 or 9210824. OLE color: 9210824.

HSL color Cylindrical-coordinate representation of color #C88B8C: hue angle of 359.02º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88B8C is Cyan = 0, Magento = 0.30, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 139 140 -
CMYK 0 0.30 0.3 0.22
HSL 359.02º 0.36% 0.66% -
HSV(B) 359.02º 0.31% 0.78% -
XYZ 37.79 32.64 29.12 -
YUV 157.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 200 139 140 0 0.30 0.3 0.22 359.02 0.36 0.66
Hex C8 8B 8C 0 1E 1E 16 167 24 42
Octal 310 213 214 0 36 36 26 547 44 102
Binary 11001000 10001011 10001100 0 11110 11110 10110 101100111 100100 1000010

Color Harmonies of #C88B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B8C

Black with #C88B8C

Text Example


Text Example

White with #C88B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B8C; }

 p { color: rgb(200,139,140); }

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

background-color css

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

 a { background-color: rgb(200,139,140); }

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

border-color css

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

 span { border-color: rgb(200,139,140); }

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