Html Css Color HEX #C68997 Puce

📋 copy color: '#C68997'

red 198 ◦ green 137 ◦ blue 151

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

Shades of Puce #C68997

Tints of Puce #C68997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.19%

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

R = 40.74%
G = 28.19%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C68997 (or 0xC68997) is known color: Puce. HEX triplet: C6, 89 and 97. RGB value is (198,137,151). Sum of RGB (Red+Green+Blue) = 198+137+151=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C68997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68997 is #397668. Grayscale: #9C9C9C. Windows color (decimal): -3765865 or 9931206. OLE color: 9931206.

HSL color Cylindrical-coordinate representation of color #C68997: hue angle of 346.23º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68997 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 137 151 -
CMYK 0 0.31 0.24 0.22
HSL 346.23º 0.35% 0.66% -
HSV(B) 346.23º 0.31% 0.78% -
XYZ 37.82 32.13 33.49 -
YUV 156.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 198 137 151 0 0.31 0.24 0.22 346.23 0.35 0.66
Hex C6 89 97 0 1F 18 16 15A 23 42
Octal 306 211 227 0 37 30 26 532 43 102
Binary 11000110 10001001 10010111 0 11111 11000 10110 101011010 100011 1000010

Color Harmonies of #C68997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68997

Black with #C68997

Text Example


Text Example

White with #C68997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68997; }

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

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

background-color css

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

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

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

border-color css

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

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

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