Html Css Color HEX #C88194 Puce

📋 copy color: '#C88194'

red 200 ◦ green 129 ◦ blue 148

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

Shades of Puce #C88194

Tints of Puce #C88194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.04%

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

R = 41.93%
G = 27.04%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C88194 (or 0xC88194) is known color: Puce. HEX triplet: C8, 81 and 94. RGB value is (200,129,148). Sum of RGB (Red+Green+Blue) = 200+129+148=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C88194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88194 is #377E6B. Grayscale: #989898. Windows color (decimal): -3636844 or 9732552. OLE color: 9732552.

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

Color convert

RGB 200 129 148 -
CMYK 0 0.36 0.26 0.22
HSL 343.94º 0.39% 0.65% -
HSV(B) 343.94º 0.36% 0.78% -
XYZ 37.01 30.12 31.88 -
YUV 152.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 200 129 148 0 0.36 0.26 0.22 343.94 0.39 0.65
Hex C8 81 94 0 24 1A 16 158 27 41
Octal 310 201 224 0 44 32 26 530 47 101
Binary 11001000 10000001 10010100 0 100100 11010 10110 101011000 100111 1000001

Color Harmonies of #C88194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88194

Black with #C88194

Text Example


Text Example

White with #C88194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88194; }

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

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

background-color css

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

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

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

border-color css

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

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

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