Html Css Color HEX #C7868C Puce

📋 copy color: '#C7868C'

red 199 ◦ green 134 ◦ blue 140

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

Shades of Puce #C7868C

Tints of Puce #C7868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.33%

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

R = 42.07%
G = 28.33%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7868C (or 0xC7868C) is known color: Puce. HEX triplet: C7, 86 and 8C. RGB value is (199,134,140). Sum of RGB (Red+Green+Blue) = 199+134+140=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7868C is #387973. Grayscale: #9A9A9A. Windows color (decimal): -3701108 or 9209543. OLE color: 9209543.

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

Color convert

RGB 199 134 140 -
CMYK 0 0.33 0.30 0.22
HSL 354.46º 0.37% 0.65% -
HSV(B) 354.46º 0.33% 0.78% -
XYZ 36.81 31.09 28.87 -
YUV 154.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 199 134 140 0 0.33 0.30 0.22 354.46 0.37 0.65
Hex C7 86 8C 0 21 1E 16 162 25 41
Octal 307 206 214 0 41 36 26 542 45 101
Binary 11000111 10000110 10001100 0 100001 11110 10110 101100010 100101 1000001

Color Harmonies of #C7868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7868C

Black with #C7868C

Text Example


Text Example

White with #C7868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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