Html Css Color HEX #C88A90 Puce

📋 copy color: '#C88A90'

red 200 ◦ green 138 ◦ blue 144

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

Shades of Puce #C88A90

Tints of Puce #C88A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

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

R = 41.49%
G = 28.63%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C88A90 (or 0xC88A90) is known color: Puce. HEX triplet: C8, 8A and 90. RGB value is (200,138,144). Sum of RGB (Red+Green+Blue) = 200+138+144=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A90 is #37756F. Grayscale: #9D9D9D. Windows color (decimal): -3634544 or 9472712. OLE color: 9472712.

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

Color convert

RGB 200 138 144 -
CMYK 0 0.31 0.28 0.22
HSL 354.19º 0.36% 0.66% -
HSV(B) 354.19º 0.31% 0.78% -
XYZ 37.94 32.47 30.65 -
YUV 157.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 200 138 144 0 0.31 0.28 0.22 354.19 0.36 0.66
Hex C8 8A 90 0 1F 1C 16 162 24 42
Octal 310 212 220 0 37 34 26 542 44 102
Binary 11001000 10001010 10010000 0 11111 11100 10110 101100010 100100 1000010

Color Harmonies of #C88A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A90

Black with #C88A90

Text Example


Text Example

White with #C88A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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