Html Css Color HEX #C68D95 Puce

📋 copy color: '#C68D95'

red 198 ◦ green 141 ◦ blue 149

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

Shades of Puce #C68D95

Tints of Puce #C68D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.89%

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

R = 40.57%
G = 28.89%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C68D95 (or 0xC68D95) is known color: Puce. HEX triplet: C6, 8D and 95. RGB value is (198,141,149). Sum of RGB (Red+Green+Blue) = 198+141+149=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D95 is #39726A. Grayscale: #9E9E9E. Windows color (decimal): -3764843 or 9801158. OLE color: 9801158.

HSL color Cylindrical-coordinate representation of color #C68D95: hue angle of 351.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68D95 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 141 149 -
CMYK 0 0.29 0.25 0.22
HSL 351.58º 0.33% 0.66% -
HSV(B) 351.58º 0.29% 0.78% -
XYZ 38.24 33.23 32.83 -
YUV 158.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 198 141 149 0 0.29 0.25 0.22 351.58 0.33 0.66
Hex C6 8D 95 0 1D 19 16 160 21 42
Octal 306 215 225 0 35 31 26 540 41 102
Binary 11000110 10001101 10010101 0 11101 11001 10110 101100000 100001 1000010

Color Harmonies of #C68D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D95

Black with #C68D95

Text Example


Text Example

White with #C68D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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