Html Css Color HEX #C88397 Puce

📋 copy color: '#C88397'

red 200 ◦ green 131 ◦ blue 151

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

Shades of Puce #C88397

Tints of Puce #C88397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.18%

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

R = 41.49%
G = 27.18%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C88397 (or 0xC88397) is known color: Puce. HEX triplet: C8, 83 and 97. RGB value is (200,131,151). Sum of RGB (Red+Green+Blue) = 200+131+151=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C88397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88397 is #377C68. Grayscale: #999999. Windows color (decimal): -3636329 or 9929672. OLE color: 9929672.

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

Color convert

RGB 200 131 151 -
CMYK 0 0.34 0.24 0.22
HSL 342.61º 0.39% 0.65% -
HSV(B) 342.61º 0.35% 0.78% -
XYZ 37.52 30.75 33.24 -
YUV 153.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 200 131 151 0 0.34 0.24 0.22 342.61 0.39 0.65
Hex C8 83 97 0 22 18 16 157 27 41
Octal 310 203 227 0 42 30 26 527 47 101
Binary 11001000 10000011 10010111 0 100010 11000 10110 101010111 100111 1000001

Color Harmonies of #C88397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88397

Black with #C88397

Text Example


Text Example

White with #C88397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88397; }

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

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

background-color css

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

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

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

border-color css

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

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

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