Html Css Color HEX #C88990 Puce

📋 copy color: '#C88990'

red 200 ◦ green 137 ◦ blue 144

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

Shades of Puce #C88990

Tints of Puce #C88990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.94%

R = 41.58%
G = 28.48%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C88990 (or 0xC88990) is known color: Puce. HEX triplet: C8, 89 and 90. RGB value is (200,137,144). Sum of RGB (Red+Green+Blue) = 200+137+144=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C88990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88990 is #37766F. Grayscale: #9C9C9C. Windows color (decimal): -3634800 or 9472456. OLE color: 9472456.

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

Color convert

RGB 200 137 144 -
CMYK 0 0.32 0.28 0.22
HSL 353.33º 0.36% 0.66% -
HSV(B) 353.33º 0.32% 0.78% -
XYZ 37.8 32.18 30.61 -
YUV 156.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 200 137 144 0 0.32 0.28 0.22 353.33 0.36 0.66
Hex C8 89 90 0 20 1C 16 161 24 42
Octal 310 211 220 0 40 34 26 541 44 102
Binary 11001000 10001001 10010000 0 100000 11100 10110 101100001 100100 1000010

Color Harmonies of #C88990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88990

Black with #C88990

Text Example


Text Example

White with #C88990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88990; }

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

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

background-color css

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

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

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

border-color css

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

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

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