Html Css Color HEX #C68595 Puce

📋 copy color: '#C68595'

red 198 ◦ green 133 ◦ blue 149

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

Shades of Puce #C68595

Tints of Puce #C68595

RGB

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

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

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

R = 41.25%
G = 27.71%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C68595 (or 0xC68595) is known color: Puce. HEX triplet: C6, 85 and 95. RGB value is (198,133,149). Sum of RGB (Red+Green+Blue) = 198+133+149=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C68595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68595 is #397A6A. Grayscale: #9A9A9A. Windows color (decimal): -3766891 or 9799110. OLE color: 9799110.

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

Color convert

RGB 198 133 149 -
CMYK 0 0.33 0.25 0.22
HSL 345.23º 0.36% 0.65% -
HSV(B) 345.23º 0.33% 0.78% -
XYZ 37.1 30.95 32.45 -
YUV 154.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 198 133 149 0 0.33 0.25 0.22 345.23 0.36 0.65
Hex C6 85 95 0 21 19 16 159 24 41
Octal 306 205 225 0 41 31 26 531 44 101
Binary 11000110 10000101 10010101 0 100001 11001 10110 101011001 100100 1000001

Color Harmonies of #C68595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68595

Black with #C68595

Text Example


Text Example

White with #C68595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68595; }

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

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

background-color css

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

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

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

border-color css

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

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

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