Html Css Color HEX #C68391 Puce

📋 copy color: '#C68391'

red 198 ◦ green 131 ◦ blue 145

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

Shades of Puce #C68391

Tints of Puce #C68391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 41.77%
G = 27.64%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C68391 (or 0xC68391) is known color: Puce. HEX triplet: C6, 83 and 91. RGB value is (198,131,145). Sum of RGB (Red+Green+Blue) = 198+131+145=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C68391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68391 is #397C6E. Grayscale: #989898. Windows color (decimal): -3767407 or 9536454. OLE color: 9536454.

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

Color convert

RGB 198 131 145 -
CMYK 0 0.34 0.27 0.22
HSL 347.46º 0.37% 0.65% -
HSV(B) 347.46º 0.34% 0.78% -
XYZ 36.52 30.28 30.71 -
YUV 152.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 198 131 145 0 0.34 0.27 0.22 347.46 0.37 0.65
Hex C6 83 91 0 22 1B 16 15B 25 41
Octal 306 203 221 0 42 33 26 533 45 101
Binary 11000110 10000011 10010001 0 100010 11011 10110 101011011 100101 1000001

Color Harmonies of #C68391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68391

Black with #C68391

Text Example


Text Example

White with #C68391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68391; }

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

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

background-color css

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

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

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

border-color css

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

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

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