Html Css Color HEX #C88C8E Puce

📋 copy color: '#C88C8E'

red 200 ◦ green 140 ◦ blue 142

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

Shades of Puce #C88C8E

Tints of Puce #C88C8E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.05%

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

R = 41.49%
G = 29.05%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C88C8E (or 0xC88C8E) is known color: Puce. HEX triplet: C8, 8C and 8E. RGB value is (200,140,142). Sum of RGB (Red+Green+Blue) = 200+140+142=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C8E is #377371. Grayscale: #9E9E9E. Windows color (decimal): -3634034 or 9342152. OLE color: 9342152.

HSL color Cylindrical-coordinate representation of color #C88C8E: hue angle of 358º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88C8E is Cyan = 0, Magento = 0.3, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 142 -
CMYK 0 0.3 0.29 0.22
HSL 358º 0.35% 0.67% -
HSV(B) 358º 0.3% 0.78% -
XYZ 38.08 32.99 29.95 -
YUV 158.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 200 140 142 0 0.3 0.29 0.22 358 0.35 0.67
Hex C8 8C 8E 0 1E 1D 16 166 23 43
Octal 310 214 216 0 36 35 26 546 43 103
Binary 11001000 10001100 10001110 0 11110 11101 10110 101100110 100011 1000011

Color Harmonies of #C88C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C8E

Black with #C88C8E

Text Example


Text Example

White with #C88C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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