Html Css Color HEX #C68C95 Puce

📋 copy color: '#C68C95'

red 198 ◦ green 140 ◦ blue 149

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

Shades of Puce #C68C95

Tints of Puce #C68C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.75%

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

R = 40.66%
G = 28.75%
B = 30.6%

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

#C68C95 (or 0xC68C95) is known color: Puce. HEX triplet: C6, 8C and 95. RGB value is (198,140,149). Sum of RGB (Red+Green+Blue) = 198+140+149=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C95 is #39736A. Grayscale: #9E9E9E. Windows color (decimal): -3765099 or 9800902. OLE color: 9800902.

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

Color convert

RGB 198 140 149 -
CMYK 0 0.29 0.25 0.22
HSL 350.69º 0.34% 0.66% -
HSV(B) 350.69º 0.29% 0.78% -
XYZ 38.09 32.93 32.78 -
YUV 158.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 198 140 149 0 0.29 0.25 0.22 350.69 0.34 0.66
Hex C6 8C 95 0 1D 19 16 15F 22 42
Octal 306 214 225 0 35 31 26 537 42 102
Binary 11000110 10001100 10010101 0 11101 11001 10110 101011111 100010 1000010

Color Harmonies of #C68C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C95

Black with #C68C95

Text Example


Text Example

White with #C68C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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