Html Css Color HEX #C68596 Puce

📋 copy color: '#C68596'

red 198 ◦ green 133 ◦ blue 150

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

Shades of Puce #C68596

Tints of Puce #C68596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 41.16%
G = 27.65%
B = 31.19%

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

#C68596 (or 0xC68596) is known color: Puce. HEX triplet: C6, 85 and 96. RGB value is (198,133,150). Sum of RGB (Red+Green+Blue) = 198+133+150=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68596 is #397A69. Grayscale: #9A9A9A. Windows color (decimal): -3766890 or 9864646. OLE color: 9864646.

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

Color convert

RGB 198 133 150 -
CMYK 0 0.33 0.24 0.22
HSL 344.31º 0.36% 0.65% -
HSV(B) 344.31º 0.33% 0.78% -
XYZ 37.18 30.98 32.87 -
YUV 154.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 198 133 150 0 0.33 0.24 0.22 344.31 0.36 0.65
Hex C6 85 96 0 21 18 16 158 24 41
Octal 306 205 226 0 41 30 26 530 44 101
Binary 11000110 10000101 10010110 0 100001 11000 10110 101011000 100100 1000001

Color Harmonies of #C68596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68596

Black with #C68596

Text Example


Text Example

White with #C68596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68596; }

 p { color: rgb(198,133,150); }

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

background-color css

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

 a { background-color: rgb(198,133,150); }

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

border-color css

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

 span { border-color: rgb(198,133,150); }

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