Html Css Color HEX #C68394 Puce

📋 copy color: '#C68394'

red 198 ◦ green 131 ◦ blue 148

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

Shades of Puce #C68394

Tints of Puce #C68394

RGB

 RED value IS 198 (77.73% from 255) = 41.51%

 GREEN value IS 131 (51.56% from 255) = 27.46%

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 41.51%
G = 27.46%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C68394 (or 0xC68394) is known color: Puce. HEX triplet: C6, 83 and 94. RGB value is (198,131,148). Sum of RGB (Red+Green+Blue) = 198+131+148=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C68394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68394 is #397C6B. Grayscale: #989898. Windows color (decimal): -3767404 or 9733062. OLE color: 9733062.

HSL color Cylindrical-coordinate representation of color #C68394: hue angle of 344.78º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68394 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 148 -
CMYK 0 0.34 0.25 0.22
HSL 344.78º 0.37% 0.65% -
HSV(B) 344.78º 0.34% 0.78% -
XYZ 36.75 30.38 31.94 -
YUV 152.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 198 131 148 0 0.34 0.25 0.22 344.78 0.37 0.65
Hex C6 83 94 0 22 19 16 159 25 41
Octal 306 203 224 0 42 31 26 531 45 101
Binary 11000110 10000011 10010100 0 100010 11001 10110 101011001 100101 1000001

Color Harmonies of #C68394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68394

Black with #C68394

Text Example


Text Example

White with #C68394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68394; }

 p { color: rgb(198,131,148); }

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

background-color css

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

 a { background-color: rgb(198,131,148); }

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

border-color css

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

 span { border-color: rgb(198,131,148); }

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