Html Css Color HEX #C88595 Puce

📋 copy color: '#C88595'

red 200 ◦ green 133 ◦ blue 149

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

Shades of Puce #C88595

Tints of Puce #C88595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

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

R = 41.49%
G = 27.59%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C88595 (or 0xC88595) is known color: Puce. HEX triplet: C8, 85 and 95. RGB value is (200,133,149). Sum of RGB (Red+Green+Blue) = 200+133+149=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C88595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88595 is #377A6A. Grayscale: #9A9A9A. Windows color (decimal): -3635819 or 9799112. OLE color: 9799112.

HSL color Cylindrical-coordinate representation of color #C88595: hue angle of 345.67º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C88595 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 133 149 -
CMYK 0 0.34 0.26 0.22
HSL 345.67º 0.38% 0.65% -
HSV(B) 345.67º 0.34% 0.78% -
XYZ 37.63 31.22 32.48 -
YUV 154.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 200 133 149 0 0.34 0.26 0.22 345.67 0.38 0.65
Hex C8 85 95 0 22 1A 16 15A 26 41
Octal 310 205 225 0 42 32 26 532 46 101
Binary 11001000 10000101 10010101 0 100010 11010 10110 101011010 100110 1000001

Color Harmonies of #C88595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88595

Black with #C88595

Text Example


Text Example

White with #C88595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88595; }

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

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

background-color css

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

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

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

border-color css

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

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

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