Html Css Color HEX #C88992 Puce

📋 copy color: '#C88992'

red 200 ◦ green 137 ◦ blue 146

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

Shades of Puce #C88992

Tints of Puce #C88992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.36%

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 41.41%
G = 28.36%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C88992 (or 0xC88992) is known color: Puce. HEX triplet: C8, 89 and 92. RGB value is (200,137,146). Sum of RGB (Red+Green+Blue) = 200+137+146=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88992 is #37766D. Grayscale: #9C9C9C. Windows color (decimal): -3634798 or 9603528. OLE color: 9603528.

HSL color Cylindrical-coordinate representation of color #C88992: hue angle of 351.43º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88992 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 137 146 -
CMYK 0 0.32 0.27 0.22
HSL 351.43º 0.36% 0.66% -
HSV(B) 351.43º 0.32% 0.78% -
XYZ 37.95 32.25 31.42 -
YUV 156.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 200 137 146 0 0.32 0.27 0.22 351.43 0.36 0.66
Hex C8 89 92 0 20 1B 16 15F 24 42
Octal 310 211 222 0 40 33 26 537 44 102
Binary 11001000 10001001 10010010 0 100000 11011 10110 101011111 100100 1000010

Color Harmonies of #C88992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88992

Black with #C88992

Text Example


Text Example

White with #C88992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88992; }

 p { color: rgb(200,137,146); }

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

background-color css

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

 a { background-color: rgb(200,137,146); }

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

border-color css

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

 span { border-color: rgb(200,137,146); }

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