Html Css Color HEX #C68897 Puce

📋 copy color: '#C68897'

red 198 ◦ green 136 ◦ blue 151

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

Shades of Puce #C68897

Tints of Puce #C68897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.04%

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

R = 40.82%
G = 28.04%
B = 31.13%

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

#C68897 (or 0xC68897) is known color: Puce. HEX triplet: C6, 88 and 97. RGB value is (198,136,151). Sum of RGB (Red+Green+Blue) = 198+136+151=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C68897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68897 is #397768. Grayscale: #9C9C9C. Windows color (decimal): -3766121 or 9930950. OLE color: 9930950.

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

Color convert

RGB 198 136 151 -
CMYK 0 0.31 0.24 0.22
HSL 345.48º 0.35% 0.65% -
HSV(B) 345.48º 0.31% 0.78% -
XYZ 37.68 31.85 33.44 -
YUV 156.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 198 136 151 0 0.31 0.24 0.22 345.48 0.35 0.65
Hex C6 88 97 0 1F 18 16 159 23 41
Octal 306 210 227 0 37 30 26 531 43 101
Binary 11000110 10001000 10010111 0 11111 11000 10110 101011001 100011 1000001

Color Harmonies of #C68897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68897

Black with #C68897

Text Example


Text Example

White with #C68897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68897; }

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

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

background-color css

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

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

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

border-color css

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

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

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