Html Css Color HEX #C68497 Puce

📋 copy color: '#C68497'

red 198 ◦ green 132 ◦ blue 151

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

Shades of Puce #C68497

Tints of Puce #C68497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

 BLUE value IS 151 (59.38% from 255) = 31.39%

R = 41.16%
G = 27.44%
B = 31.39%

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

#C68497 (or 0xC68497) is known color: Puce. HEX triplet: C6, 84 and 97. RGB value is (198,132,151). Sum of RGB (Red+Green+Blue) = 198+132+151=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68497 is #397B68. Grayscale: #999999. Windows color (decimal): -3767145 or 9929926. OLE color: 9929926.

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

Color convert

RGB 198 132 151 -
CMYK 0 0.33 0.24 0.22
HSL 342.73º 0.37% 0.65% -
HSV(B) 342.73º 0.33% 0.78% -
XYZ 37.13 30.74 33.26 -
YUV 153.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 198 132 151 0 0.33 0.24 0.22 342.73 0.37 0.65
Hex C6 84 97 0 21 18 16 157 25 41
Octal 306 204 227 0 41 30 26 527 45 101
Binary 11000110 10000100 10010111 0 100001 11000 10110 101010111 100101 1000001

Color Harmonies of #C68497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68497

Black with #C68497

Text Example


Text Example

White with #C68497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68497; }

 p { color: rgb(198,132,151); }

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

background-color css

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

 a { background-color: rgb(198,132,151); }

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

border-color css

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

 span { border-color: rgb(198,132,151); }

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