Html Css Color HEX #C7888C Puce

📋 copy color: '#C7888C'

red 199 ◦ green 136 ◦ blue 140

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

Shades of Puce #C7888C

Tints of Puce #C7888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 41.89%
G = 28.63%
B = 29.47%

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

#C7888C (or 0xC7888C) is known color: Puce. HEX triplet: C7, 88 and 8C. RGB value is (199,136,140). Sum of RGB (Red+Green+Blue) = 199+136+140=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7888C is #387773. Grayscale: #9B9B9B. Windows color (decimal): -3700596 or 9210055. OLE color: 9210055.

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

Color convert

RGB 199 136 140 -
CMYK 0 0.32 0.30 0.22
HSL 356.19º 0.36% 0.66% -
HSV(B) 356.19º 0.32% 0.78% -
XYZ 37.09 31.64 28.96 -
YUV 155.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 199 136 140 0 0.32 0.30 0.22 356.19 0.36 0.66
Hex C7 88 8C 0 20 1E 16 164 24 42
Octal 307 210 214 0 40 36 26 544 44 102
Binary 11000111 10001000 10001100 0 100000 11110 10110 101100100 100100 1000010

Color Harmonies of #C7888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7888C

Black with #C7888C

Text Example


Text Example

White with #C7888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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