Html Css Color HEX #C7898C Puce

📋 copy color: '#C7898C'

red 199 ◦ green 137 ◦ blue 140

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

Shades of Puce #C7898C

Tints of Puce #C7898C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

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

R = 41.81%
G = 28.78%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7898C (or 0xC7898C) is known color: Puce. HEX triplet: C7, 89 and 8C. RGB value is (199,137,140). Sum of RGB (Red+Green+Blue) = 199+137+140=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7898C is #387673. Grayscale: #9B9B9B. Windows color (decimal): -3700340 or 9210311. OLE color: 9210311.

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

Color convert

RGB 199 137 140 -
CMYK 0 0.31 0.30 0.22
HSL 357.1º 0.36% 0.66% -
HSV(B) 357.1º 0.31% 0.78% -
XYZ 37.23 31.93 29.01 -
YUV 155.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 199 137 140 0 0.31 0.30 0.22 357.1 0.36 0.66
Hex C7 89 8C 0 1F 1E 16 165 24 42
Octal 307 211 214 0 37 36 26 545 44 102
Binary 11000111 10001001 10001100 0 11111 11110 10110 101100101 100100 1000010

Color Harmonies of #C7898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7898C

Black with #C7898C

Text Example


Text Example

White with #C7898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7898C; }

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

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

background-color css

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

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

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

border-color css

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

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

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