Html Css Color HEX #C68295 Puce

📋 copy color: '#C68295'

red 198 ◦ green 130 ◦ blue 149

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

Shades of Puce #C68295

Tints of Puce #C68295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 41.51%
G = 27.25%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C68295 (or 0xC68295) is known color: Puce. HEX triplet: C6, 82 and 95. RGB value is (198,130,149). Sum of RGB (Red+Green+Blue) = 198+130+149=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C68295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68295 is #397D6A. Grayscale: #989898. Windows color (decimal): -3767659 or 9798342. OLE color: 9798342.

HSL color Cylindrical-coordinate representation of color #C68295: hue angle of 343.24º 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 #C68295 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 149 -
CMYK 0 0.34 0.25 0.22
HSL 343.24º 0.37% 0.64% -
HSV(B) 343.24º 0.34% 0.78% -
XYZ 36.7 30.14 32.32 -
YUV 152.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 198 130 149 0 0.34 0.25 0.22 343.24 0.37 0.64
Hex C6 82 95 0 22 19 16 157 25 40
Octal 306 202 225 0 42 31 26 527 45 100
Binary 11000110 10000010 10010101 0 100010 11001 10110 101010111 100101 1000000

Color Harmonies of #C68295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68295

Black with #C68295

Text Example


Text Example

White with #C68295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68295; }

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

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

background-color css

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

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

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

border-color css

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

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

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