Html Css Color HEX #C88199 Puce

📋 copy color: '#C88199'

red 200 ◦ green 129 ◦ blue 153

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

Shades of Puce #C88199

Tints of Puce #C88199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.76%

 BLUE value IS 153 (60.16% from 255) = 31.74%

R = 41.49%
G = 26.76%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C88199 (or 0xC88199) is known color: Puce. HEX triplet: C8, 81 and 99. RGB value is (200,129,153). Sum of RGB (Red+Green+Blue) = 200+129+153=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C88199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88199 is #377E66. Grayscale: #989898. Windows color (decimal): -3636839 or 10060232. OLE color: 10060232.

HSL color Cylindrical-coordinate representation of color #C88199: hue angle of 339.72º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88199 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 153 -
CMYK 0 0.36 0.24 0.22
HSL 339.72º 0.39% 0.65% -
HSV(B) 339.72º 0.36% 0.78% -
XYZ 37.42 30.28 34.01 -
YUV 152.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 200 129 153 0 0.36 0.24 0.22 339.72 0.39 0.65
Hex C8 81 99 0 24 18 16 154 27 41
Octal 310 201 231 0 44 30 26 524 47 101
Binary 11001000 10000001 10011001 0 100100 11000 10110 101010100 100111 1000001

Color Harmonies of #C88199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88199

Black with #C88199

Text Example


Text Example

White with #C88199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88199; }

 p { color: rgb(200,129,153); }

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

background-color css

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

 a { background-color: rgb(200,129,153); }

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

border-color css

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

 span { border-color: rgb(200,129,153); }

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