Html Css Color HEX #C88197 Puce

📋 copy color: '#C88197'

red 200 ◦ green 129 ◦ blue 151

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

Shades of Puce #C88197

Tints of Puce #C88197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.46%

R = 41.67%
G = 26.88%
B = 31.46%

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

#C88197 (or 0xC88197) is known color: Puce. HEX triplet: C8, 81 and 97. RGB value is (200,129,151). Sum of RGB (Red+Green+Blue) = 200+129+151=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C88197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88197 is #377E68. Grayscale: #989898. Windows color (decimal): -3636841 or 9929160. OLE color: 9929160.

HSL color Cylindrical-coordinate representation of color #C88197: hue angle of 341.41º 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 #C88197 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 151 -
CMYK 0 0.36 0.24 0.22
HSL 341.41º 0.39% 0.65% -
HSV(B) 341.41º 0.36% 0.78% -
XYZ 37.26 30.21 33.15 -
YUV 152.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 200 129 151 0 0.36 0.24 0.22 341.41 0.39 0.65
Hex C8 81 97 0 24 18 16 155 27 41
Octal 310 201 227 0 44 30 26 525 47 101
Binary 11001000 10000001 10010111 0 100100 11000 10110 101010101 100111 1000001

Color Harmonies of #C88197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88197

Black with #C88197

Text Example


Text Example

White with #C88197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88197; }

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

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

background-color css

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

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

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

border-color css

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

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

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