Html Css Color HEX #C68697 Puce

📋 copy color: '#C68697'

red 198 ◦ green 134 ◦ blue 151

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

Shades of Puce #C68697

Tints of Puce #C68697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.74%

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

R = 40.99%
G = 27.74%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C68697 (or 0xC68697) is known color: Puce. HEX triplet: C6, 86 and 97. RGB value is (198,134,151). Sum of RGB (Red+Green+Blue) = 198+134+151=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C68697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68697 is #397968. Grayscale: #9B9B9B. Windows color (decimal): -3766633 or 9930438. OLE color: 9930438.

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

Color convert

RGB 198 134 151 -
CMYK 0 0.32 0.24 0.22
HSL 344.06º 0.36% 0.65% -
HSV(B) 344.06º 0.32% 0.78% -
XYZ 37.4 31.29 33.35 -
YUV 155.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 198 134 151 0 0.32 0.24 0.22 344.06 0.36 0.65
Hex C6 86 97 0 20 18 16 158 24 41
Octal 306 206 227 0 40 30 26 530 44 101
Binary 11000110 10000110 10010111 0 100000 11000 10110 101011000 100100 1000001

Color Harmonies of #C68697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68697

Black with #C68697

Text Example


Text Example

White with #C68697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68697; }

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

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

background-color css

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

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

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

border-color css

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

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

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