Html Css Color HEX #C88A8E Puce

📋 copy color: '#C88A8E'

red 200 ◦ green 138 ◦ blue 142

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

Shades of Puce #C88A8E

Tints of Puce #C88A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 41.67%
G = 28.75%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C88A8E (or 0xC88A8E) is known color: Puce. HEX triplet: C8, 8A and 8E. RGB value is (200,138,142). Sum of RGB (Red+Green+Blue) = 200+138+142=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A8E is #377571. Grayscale: #9D9D9D. Windows color (decimal): -3634546 or 9341640. OLE color: 9341640.

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

Color convert

RGB 200 138 142 -
CMYK 0 0.31 0.29 0.22
HSL 356.13º 0.36% 0.66% -
HSV(B) 356.13º 0.31% 0.78% -
XYZ 37.79 32.41 29.86 -
YUV 156.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 200 138 142 0 0.31 0.29 0.22 356.13 0.36 0.66
Hex C8 8A 8E 0 1F 1D 16 164 24 42
Octal 310 212 216 0 37 35 26 544 44 102
Binary 11001000 10001010 10001110 0 11111 11101 10110 101100100 100100 1000010

Color Harmonies of #C88A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A8E

Black with #C88A8E

Text Example


Text Example

White with #C88A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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