Html Css Color HEX #C68393 Puce

📋 copy color: '#C68393'

red 198 ◦ green 131 ◦ blue 147

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

Shades of Puce #C68393

Tints of Puce #C68393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 41.6%
G = 27.52%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C68393 (or 0xC68393) is known color: Puce. HEX triplet: C6, 83 and 93. RGB value is (198,131,147). Sum of RGB (Red+Green+Blue) = 198+131+147=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C68393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68393 is #397C6C. Grayscale: #989898. Windows color (decimal): -3767405 or 9667526. OLE color: 9667526.

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

Color convert

RGB 198 131 147 -
CMYK 0 0.34 0.26 0.22
HSL 345.67º 0.37% 0.65% -
HSV(B) 345.67º 0.34% 0.78% -
XYZ 36.67 30.34 31.53 -
YUV 152.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 198 131 147 0 0.34 0.26 0.22 345.67 0.37 0.65
Hex C6 83 93 0 22 1A 16 15A 25 41
Octal 306 203 223 0 42 32 26 532 45 101
Binary 11000110 10000011 10010011 0 100010 11010 10110 101011010 100101 1000001

Color Harmonies of #C68393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68393

Black with #C68393

Text Example


Text Example

White with #C68393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68393; }

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

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

background-color css

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

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

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

border-color css

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

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

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