Html Css Color HEX #C6868E Puce

📋 copy color: '#C6868E'

red 198 ◦ green 134 ◦ blue 142

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

Shades of Puce #C6868E

Tints of Puce #C6868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

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

R = 41.77%
G = 28.27%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6868E (or 0xC6868E) is known color: Puce. HEX triplet: C6, 86 and 8E. RGB value is (198,134,142). Sum of RGB (Red+Green+Blue) = 198+134+142=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6868E is #397971. Grayscale: #9A9A9A. Windows color (decimal): -3766642 or 9340614. OLE color: 9340614.

HSL color Cylindrical-coordinate representation of color #C6868E: hue angle of 352.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6868E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 142 -
CMYK 0 0.32 0.28 0.22
HSL 352.5º 0.36% 0.65% -
HSV(B) 352.5º 0.32% 0.78% -
XYZ 36.7 31.01 29.64 -
YUV 154.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 198 134 142 0 0.32 0.28 0.22 352.5 0.36 0.65
Hex C6 86 8E 0 20 1C 16 160 24 41
Octal 306 206 216 0 40 34 26 540 44 101
Binary 11000110 10000110 10001110 0 100000 11100 10110 101100000 100100 1000001

Color Harmonies of #C6868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6868E

Black with #C6868E

Text Example


Text Example

White with #C6868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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