Html Css Color HEX #C7888F Puce

📋 copy color: '#C7888F'

red 199 ◦ green 136 ◦ blue 143

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

Shades of Puce #C7888F

Tints of Puce #C7888F

RGB

 RED value IS 199 (78.13% from 255) = 41.63%

 GREEN value IS 136 (53.52% from 255) = 28.45%

 BLUE value IS 143 (56.25% from 255) = 29.92%

R = 41.63%
G = 28.45%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7888F (or 0xC7888F) is known color: Puce. HEX triplet: C7, 88 and 8F. RGB value is (199,136,143). Sum of RGB (Red+Green+Blue) = 199+136+143=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7888F is #387770. Grayscale: #9B9B9B. Windows color (decimal): -3700593 or 9406663. OLE color: 9406663.

HSL color Cylindrical-coordinate representation of color #C7888F: hue angle of 353.33º degrees, saturation: 0.36, 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 #C7888F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 136 143 -
CMYK 0 0.32 0.28 0.22
HSL 353.33º 0.36% 0.66% -
HSV(B) 353.33º 0.32% 0.78% -
XYZ 37.32 31.73 30.15 -
YUV 155.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 199 136 143 0 0.32 0.28 0.22 353.33 0.36 0.66
Hex C7 88 8F 0 20 1C 16 161 24 42
Octal 307 210 217 0 40 34 26 541 44 102
Binary 11000111 10001000 10001111 0 100000 11100 10110 101100001 100100 1000010

Color Harmonies of #C7888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7888F

Black with #C7888F

Text Example


Text Example

White with #C7888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7888F; }

 p { color: rgb(199,136,143); }

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

background-color css

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

 a { background-color: rgb(199,136,143); }

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

border-color css

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

 span { border-color: rgb(199,136,143); }

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