Html Css Color HEX #C68D8E Puce

📋 copy color: '#C68D8E'

red 198 ◦ green 141 ◦ blue 142

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

Shades of Puce #C68D8E

Tints of Puce #C68D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 41.16%
G = 29.31%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C68D8E (or 0xC68D8E) is known color: Puce. HEX triplet: C6, 8D and 8E. RGB value is (198,141,142). Sum of RGB (Red+Green+Blue) = 198+141+142=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D8E is #397271. Grayscale: #9E9E9E. Windows color (decimal): -3764850 or 9342406. OLE color: 9342406.

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

Color convert

RGB 198 141 142 -
CMYK 0 0.29 0.28 0.22
HSL 358.95º 0.33% 0.66% -
HSV(B) 358.95º 0.29% 0.78% -
XYZ 37.7 33.01 29.98 -
YUV 158.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 198 141 142 0 0.29 0.28 0.22 358.95 0.33 0.66
Hex C6 8D 8E 0 1D 1C 16 167 21 42
Octal 306 215 216 0 35 34 26 547 41 102
Binary 11000110 10001101 10001110 0 11101 11100 10110 101100111 100001 1000010

Color Harmonies of #C68D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D8E

Black with #C68D8E

Text Example


Text Example

White with #C68D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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