Html Css Color HEX #C88594 Puce

📋 copy color: '#C88594'

red 200 ◦ green 133 ◦ blue 148

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

Shades of Puce #C88594

Tints of Puce #C88594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 41.58%
G = 27.65%
B = 30.77%

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

#C88594 (or 0xC88594) is known color: Puce. HEX triplet: C8, 85 and 94. RGB value is (200,133,148). Sum of RGB (Red+Green+Blue) = 200+133+148=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C88594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88594 is #377A6B. Grayscale: #9A9A9A. Windows color (decimal): -3635820 or 9733576. OLE color: 9733576.

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

Color convert

RGB 200 133 148 -
CMYK 0 0.34 0.26 0.22
HSL 346.57º 0.38% 0.65% -
HSV(B) 346.57º 0.34% 0.78% -
XYZ 37.55 31.19 32.06 -
YUV 154.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 200 133 148 0 0.34 0.26 0.22 346.57 0.38 0.65
Hex C8 85 94 0 22 1A 16 15B 26 41
Octal 310 205 224 0 42 32 26 533 46 101
Binary 11001000 10000101 10010100 0 100010 11010 10110 101011011 100110 1000001

Color Harmonies of #C88594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88594

Black with #C88594

Text Example


Text Example

White with #C88594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88594; }

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

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

background-color css

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

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

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

border-color css

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

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

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