Html Css Color HEX #C88994 Puce

📋 copy color: '#C88994'

red 200 ◦ green 137 ◦ blue 148

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

Shades of Puce #C88994

Tints of Puce #C88994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 41.24%
G = 28.25%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C88994 (or 0xC88994) is known color: Puce. HEX triplet: C8, 89 and 94. RGB value is (200,137,148). Sum of RGB (Red+Green+Blue) = 200+137+148=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C88994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88994 is #37766B. Grayscale: #9D9D9D. Windows color (decimal): -3634796 or 9734600. OLE color: 9734600.

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

Color convert

RGB 200 137 148 -
CMYK 0 0.32 0.26 0.22
HSL 349.52º 0.36% 0.66% -
HSV(B) 349.52º 0.32% 0.78% -
XYZ 38.11 32.31 32.24 -
YUV 157.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 200 137 148 0 0.32 0.26 0.22 349.52 0.36 0.66
Hex C8 89 94 0 20 1A 16 15E 24 42
Octal 310 211 224 0 40 32 26 536 44 102
Binary 11001000 10001001 10010100 0 100000 11010 10110 101011110 100100 1000010

Color Harmonies of #C88994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88994

Black with #C88994

Text Example


Text Example

White with #C88994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88994; }

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

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

background-color css

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

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

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

border-color css

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

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

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