Html Css Color HEX #C88795 Puce

📋 copy color: '#C88795'

red 200 ◦ green 135 ◦ blue 149

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

Shades of Puce #C88795

Tints of Puce #C88795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.89%

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 41.32%
G = 27.89%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C88795 (or 0xC88795) is known color: Puce. HEX triplet: C8, 87 and 95. RGB value is (200,135,149). Sum of RGB (Red+Green+Blue) = 200+135+149=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C88795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88795 is #37786A. Grayscale: #9C9C9C. Windows color (decimal): -3635307 or 9799624. OLE color: 9799624.

HSL color Cylindrical-coordinate representation of color #C88795: hue angle of 347.08º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88795 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 135 149 -
CMYK 0 0.32 0.26 0.22
HSL 347.08º 0.37% 0.66% -
HSV(B) 347.08º 0.33% 0.78% -
XYZ 37.91 31.78 32.57 -
YUV 156.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 200 135 149 0 0.32 0.26 0.22 347.08 0.37 0.66
Hex C8 87 95 0 20 1A 16 15B 25 42
Octal 310 207 225 0 40 32 26 533 45 102
Binary 11001000 10000111 10010101 0 100000 11010 10110 101011011 100101 1000010

Color Harmonies of #C88795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88795

Black with #C88795

Text Example


Text Example

White with #C88795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88795; }

 p { color: rgb(200,135,149); }

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

background-color css

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

 a { background-color: rgb(200,135,149); }

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

border-color css

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

 span { border-color: rgb(200,135,149); }

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