Html Css Color HEX #C88A8D Puce

📋 copy color: '#C88A8D'

red 200 ◦ green 138 ◦ blue 141

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

Shades of Puce #C88A8D

Tints of Puce #C88A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 41.75%
G = 28.81%
B = 29.44%

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

#C88A8D (or 0xC88A8D) is known color: Puce. HEX triplet: C8, 8A and 8D. RGB value is (200,138,141). Sum of RGB (Red+Green+Blue) = 200+138+141=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A8D is #377572. Grayscale: #9C9C9C. Windows color (decimal): -3634547 or 9276104. OLE color: 9276104.

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

Color convert

RGB 200 138 141 -
CMYK 0 0.31 0.29 0.22
HSL 357.1º 0.36% 0.66% -
HSV(B) 357.1º 0.31% 0.78% -
XYZ 37.72 32.38 29.46 -
YUV 156.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 200 138 141 0 0.31 0.29 0.22 357.1 0.36 0.66
Hex C8 8A 8D 0 1F 1D 16 165 24 42
Octal 310 212 215 0 37 35 26 545 44 102
Binary 11001000 10001010 10001101 0 11111 11101 10110 101100101 100100 1000010

Color Harmonies of #C88A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A8D

Black with #C88A8D

Text Example


Text Example

White with #C88A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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