Html Css Color HEX #C88E96 Puce

📋 copy color: '#C88E96'

red 200 ◦ green 142 ◦ blue 150

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

Shades of Puce #C88E96

Tints of Puce #C88E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.86%

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 40.65%
G = 28.86%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C88E96 (or 0xC88E96) is known color: Puce. HEX triplet: C8, 8E and 96. RGB value is (200,142,150). Sum of RGB (Red+Green+Blue) = 200+142+150=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88E96 is #377169. Grayscale: #A0A0A0. Windows color (decimal): -3633514 or 9866952. OLE color: 9866952.

HSL color Cylindrical-coordinate representation of color #C88E96: hue angle of 351.72º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88E96 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 142 150 -
CMYK 0 0.29 0.25 0.22
HSL 351.72º 0.35% 0.67% -
HSV(B) 351.72º 0.29% 0.78% -
XYZ 39 33.83 33.33 -
YUV 160.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 200 142 150 0 0.29 0.25 0.22 351.72 0.35 0.67
Hex C8 8E 96 0 1D 19 16 160 23 43
Octal 310 216 226 0 35 31 26 540 43 103
Binary 11001000 10001110 10010110 0 11101 11001 10110 101100000 100011 1000011

Color Harmonies of #C88E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E96

Black with #C88E96

Text Example


Text Example

White with #C88E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E96; }

 p { color: rgb(200,142,150); }

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

background-color css

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

 a { background-color: rgb(200,142,150); }

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

border-color css

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

 span { border-color: rgb(200,142,150); }

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