Html Css Color HEX #C68296 Puce

📋 copy color: '#C68296'

red 198 ◦ green 130 ◦ blue 150

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

Shades of Puce #C68296

Tints of Puce #C68296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.2%

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

R = 41.42%
G = 27.2%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C68296 (or 0xC68296) is known color: Puce. HEX triplet: C6, 82 and 96. RGB value is (198,130,150). Sum of RGB (Red+Green+Blue) = 198+130+150=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C68296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68296 is #397D69. Grayscale: #989898. Windows color (decimal): -3767658 or 9863878. OLE color: 9863878.

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

Color convert

RGB 198 130 150 -
CMYK 0 0.34 0.24 0.22
HSL 342.35º 0.37% 0.64% -
HSV(B) 342.35º 0.34% 0.78% -
XYZ 36.78 30.17 32.74 -
YUV 152.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 198 130 150 0 0.34 0.24 0.22 342.35 0.37 0.64
Hex C6 82 96 0 22 18 16 156 25 40
Octal 306 202 226 0 42 30 26 526 45 100
Binary 11000110 10000010 10010110 0 100010 11000 10110 101010110 100101 1000000

Color Harmonies of #C68296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68296

Black with #C68296

Text Example


Text Example

White with #C68296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68296; }

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

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

background-color css

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

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

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

border-color css

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

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

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