Html Css Color HEX #C78698 Puce

📋 copy color: '#C78698'

red 199 ◦ green 134 ◦ blue 152

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

Shades of Puce #C78698

Tints of Puce #C78698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 41.03%
G = 27.63%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C78698 (or 0xC78698) is known color: Puce. HEX triplet: C7, 86 and 98. RGB value is (199,134,152). Sum of RGB (Red+Green+Blue) = 199+134+152=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C78698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78698 is #387967. Grayscale: #9B9B9B. Windows color (decimal): -3701096 or 9995975. OLE color: 9995975.

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

Color convert

RGB 199 134 152 -
CMYK 0 0.33 0.24 0.22
HSL 343.38º 0.37% 0.65% -
HSV(B) 343.38º 0.33% 0.78% -
XYZ 37.75 31.46 33.79 -
YUV 155.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 199 134 152 0 0.33 0.24 0.22 343.38 0.37 0.65
Hex C7 86 98 0 21 18 16 157 25 41
Octal 307 206 230 0 41 30 26 527 45 101
Binary 11000111 10000110 10011000 0 100001 11000 10110 101010111 100101 1000001

Color Harmonies of #C78698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78698

Black with #C78698

Text Example


Text Example

White with #C78698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78698; }

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

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

background-color css

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

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

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

border-color css

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

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

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