Html Css Color HEX #C88297 Puce

📋 copy color: '#C88297'

red 200 ◦ green 130 ◦ blue 151

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

Shades of Puce #C88297

Tints of Puce #C88297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.03%

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

R = 41.58%
G = 27.03%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C88297 (or 0xC88297) is known color: Puce. HEX triplet: C8, 82 and 97. RGB value is (200,130,151). Sum of RGB (Red+Green+Blue) = 200+130+151=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C88297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88297 is #377D68. Grayscale: #999999. Windows color (decimal): -3636585 or 9929416. OLE color: 9929416.

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

Color convert

RGB 200 130 151 -
CMYK 0 0.35 0.24 0.22
HSL 342º 0.39% 0.65% -
HSV(B) 342º 0.35% 0.78% -
XYZ 37.39 30.48 33.19 -
YUV 153.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 200 130 151 0 0.35 0.24 0.22 342 0.39 0.65
Hex C8 82 97 0 23 18 16 156 27 41
Octal 310 202 227 0 43 30 26 526 47 101
Binary 11001000 10000010 10010111 0 100011 11000 10110 101010110 100111 1000001

Color Harmonies of #C88297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88297

Black with #C88297

Text Example


Text Example

White with #C88297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88297; }

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

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

background-color css

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

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

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

border-color css

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

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

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