Html Css Color HEX #C68C92 Puce

📋 copy color: '#C68C92'

red 198 ◦ green 140 ◦ blue 146

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

Shades of Puce #C68C92

Tints of Puce #C68C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 40.91%
G = 28.93%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C68C92 (or 0xC68C92) is known color: Puce. HEX triplet: C6, 8C and 92. RGB value is (198,140,146). Sum of RGB (Red+Green+Blue) = 198+140+146=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C92 is #39736D. Grayscale: #9E9E9E. Windows color (decimal): -3765102 or 9604294. OLE color: 9604294.

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

Color convert

RGB 198 140 146 -
CMYK 0 0.29 0.26 0.22
HSL 353.79º 0.34% 0.66% -
HSV(B) 353.79º 0.29% 0.78% -
XYZ 37.86 32.84 31.54 -
YUV 158.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 198 140 146 0 0.29 0.26 0.22 353.79 0.34 0.66
Hex C6 8C 92 0 1D 1A 16 162 22 42
Octal 306 214 222 0 35 32 26 542 42 102
Binary 11000110 10001100 10010010 0 11101 11010 10110 101100010 100010 1000010

Color Harmonies of #C68C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C92

Black with #C68C92

Text Example


Text Example

White with #C68C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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