Html Css Color HEX #C88490 Puce

📋 copy color: '#C88490'

red 200 ◦ green 132 ◦ blue 144

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

Shades of Puce #C88490

Tints of Puce #C88490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.73%

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

R = 42.02%
G = 27.73%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C88490 (or 0xC88490) is known color: Puce. HEX triplet: C8, 84 and 90. RGB value is (200,132,144). Sum of RGB (Red+Green+Blue) = 200+132+144=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C88490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88490 is #377B6F. Grayscale: #999999. Windows color (decimal): -3636080 or 9471176. OLE color: 9471176.

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

Color convert

RGB 200 132 144 -
CMYK 0 0.34 0.28 0.22
HSL 349.41º 0.38% 0.65% -
HSV(B) 349.41º 0.34% 0.78% -
XYZ 37.1 30.8 30.37 -
YUV 153.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 200 132 144 0 0.34 0.28 0.22 349.41 0.38 0.65
Hex C8 84 90 0 22 1C 16 15D 26 41
Octal 310 204 220 0 42 34 26 535 46 101
Binary 11001000 10000100 10010000 0 100010 11100 10110 101011101 100110 1000001

Color Harmonies of #C88490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88490

Black with #C88490

Text Example


Text Example

White with #C88490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88490; }

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

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

background-color css

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

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

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

border-color css

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

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

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