Html Css Color HEX #C7888B Puce

📋 copy color: '#C7888B'

red 199 ◦ green 136 ◦ blue 139

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

Shades of Puce #C7888B

Tints of Puce #C7888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 41.98%
G = 28.69%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7888B (or 0xC7888B) is known color: Puce. HEX triplet: C7, 88 and 8B. RGB value is (199,136,139). Sum of RGB (Red+Green+Blue) = 199+136+139=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7888B is #387774. Grayscale: #9B9B9B. Windows color (decimal): -3700597 or 9144519. OLE color: 9144519.

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

Color convert

RGB 199 136 139 -
CMYK 0 0.32 0.30 0.22
HSL 357.14º 0.36% 0.66% -
HSV(B) 357.14º 0.32% 0.78% -
XYZ 37.02 31.61 28.58 -
YUV 155.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 199 136 139 0 0.32 0.30 0.22 357.14 0.36 0.66
Hex C7 88 8B 0 20 1E 16 165 24 42
Octal 307 210 213 0 40 36 26 545 44 102
Binary 11000111 10001000 10001011 0 100000 11110 10110 101100101 100100 1000010

Color Harmonies of #C7888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7888B

Black with #C7888B

Text Example


Text Example

White with #C7888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7888B; }

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

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

background-color css

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

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

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

border-color css

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

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

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